Searched refs:LLVMGetGlobalContext (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 25 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 D | Target.cpp | 27 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 D | Core.cpp | 104 LLVMContextRef LLVMGetGlobalContext() { return wrap(&getGlobalContext()); } in LLVMGetGlobalContext() function 149 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID() 684 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type() 687 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type() 690 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type() 693 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type() 696 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type() 699 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type() 702 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType() 737 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 584 LLVM_C_ABI LLVMContextRef LLVMGetGlobalContext(void);
|