Home
last modified time | relevance | path

Searched refs:LLVMGetModuleContext (Results 1 – 17 of 17) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {} in TypeCloner()
315 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
388 auto Ctx = LLVMGetModuleContext(M); in CloneValue()
398 auto Ctx = LLVMGetModuleContext(M); in CloneAttrs()
775 auto Ctx = LLVMGetModuleContext(M); in CloneBB()
834 auto Ctx = LLVMGetModuleContext(M); in declare_symbols()
Ddebuginfo.c95 LLVMMetadataAsValue(LLVMGetModuleContext(M), StructDbgPtrTy)); in llvm_test_dibuilder()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c190 LLVMContextRef ctx = LLVMGetModuleContext(module); in lp_add_function_attr()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c121 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h838 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml351 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml417 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)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go475 c.C = C.LLVMGetModuleContext(m.C)
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c7000 llvm_ctx = LLVMGetModuleContext(M); in ac_llvm_compile()
7052 LLVMContextRef ctx = LLVMGetModuleContext(llvm_module); in ac_compile_llvm_module()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp452 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() function