Searched refs:LLVMGetModuleContext (Results 1 – 17 of 17) sorted by relevance
62 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()
62 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()
95 LLVMMetadataAsValue(LLVMGetModuleContext(M), StructDbgPtrTy)); in llvm_test_dibuilder()
190 LLVMContextRef ctx = LLVMGetModuleContext(module); in lp_add_function_attr()
121 llvm_ctx = LLVMGetModuleContext(M); in si_llvm_compile()
342 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
682 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
838 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
351 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
417 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
264 external module_context : llmodule -> llcontext = "LLVMGetModuleContext"
124 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() function
302 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() function
448 c.C = C.LLVMGetModuleContext(m.C)
475 c.C = C.LLVMGetModuleContext(m.C)
7000 llvm_ctx = LLVMGetModuleContext(M); in ac_llvm_compile()7052 LLVMContextRef ctx = LLVMGetModuleContext(llvm_module); in ac_compile_llvm_module()
452 LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M) { in LLVMGetModuleContext() function