Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitReader.cpp86 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
104 return LLVMGetBitcodeModuleProviderInContext(LLVMGetGlobalContext(), MemBuf, in LLVMGetBitcodeModuleProvider()
/NextBSD/contrib/llvm/lib/IR/
HDCore.cpp80 LLVMContextRef LLVMGetGlobalContext() { in LLVMGetGlobalContext() function
109 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
321 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
324 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
327 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
330 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
333 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
336 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type()
339 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
371 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
[all …]
/NextBSD/contrib/llvm/include/llvm-c/
HDCore.h487 LLVMContextRef LLVMGetGlobalContext(void);