Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddebuginfo.c93 LLVMMetadataAsValue(LLVMGetModuleContext(M), StructDbgPtrTy)); in llvm_test_dibuilder()
192 M, "EnumTest", LLVMMetadataAsValue(LLVMGetModuleContext(M), EnumTest)); in llvm_test_dibuilder()
H A Decho.cpp62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {} in TypeCloner()
332 return LLVMConstStructInContext(LLVMGetModuleContext(M), Elts.data(), in clone_constant_impl()
442 auto Ctx = LLVMGetModuleContext(M); in CloneValue()
452 auto Ctx = LLVMGetModuleContext(M); in CloneAttrs()
846 auto Ctx = LLVMGetModuleContext(M); in CloneInstruction()
903 auto Ctx = LLVMGetModuleContext(M); in CloneBB()
962 auto Ctx = LLVMGetModuleContext(M); in declare_symbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h886 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml444 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go513 c.C = C.LLVMGetModuleContext(m.C)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp484 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() function