Home
last modified time | relevance | path

Searched refs:LLVMGetTypeContext (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c388 return LLVMGetTypeContext(Ty); in llvm_type_context()
1291 LLVMAppendBasicBlockInContext(LLVMGetTypeContext(Ty), Fn, "entry"); in llvm_define_function()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1135 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go540 c.C = C.LLVMGetTypeContext(t.C)
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp555 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty) { in LLVMGetTypeContext() function