Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp25 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode()
31 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule); in LLVMParseBitcode2()
125 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
131 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp27 extern "C" LLVMContextRef LLVMGetGlobalContext(void);
82 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType()
86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp101 LLVMContextRef LLVMGetGlobalContext() { return wrap(&getGlobalContext()); } in LLVMGetGlobalContext() function
146 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
680 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
683 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
686 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
689 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
692 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
695 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type()
698 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
736 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h578 LLVMContextRef LLVMGetGlobalContext(void);