Home
last modified time | relevance | path

Searched refs:LLVMGetModuleContext (Results 1 – 12 of 12) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {} in TypeCloner()
303 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
369 auto Ctx = LLVMGetModuleContext(M); in CloneValue()
379 auto Ctx = LLVMGetModuleContext(M); in CloneAttrs()
702 auto Ctx = LLVMGetModuleContext(M); in CloneBB()
801 auto Ctx = LLVMGetModuleContext(M); in declare_symbols()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c175 LLVMContextRef context = LLVMGetModuleContext(LLVMGetGlobalParent(function)); in lp_add_function_attr()
/external/mesa3d/src/amd/common/
Dac_llvm_util.c220 LLVMContextRef context = LLVMGetModuleContext(LLVMGetGlobalParent(function)); in ac_add_function_attr()
Dac_nir_to_llvm.c4568 llvm_ctx = LLVMGetModuleContext(M); in ac_llvm_compile()
4620 LLVMContextRef ctx = LLVMGetModuleContext(llvm_module); in ac_compile_llvm_module()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c229 llvm_ctx = LLVMGetModuleContext(M); in si_llvm_compile()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h342 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
/external/llvm/include/llvm-c/
DCore.h682 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml351 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml264 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp124 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() function
/external/llvm/lib/IR/
DCore.cpp302 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() function
/external/llvm/bindings/go/llvm/
Dir.go448 c.C = C.LLVMGetModuleContext(m.C)