Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp26 extern "C" LLVMContextRef LLVMGetGlobalContext(void);
81 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType()
85 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp652 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
655 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
658 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
661 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
664 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
667 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type()
708 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
714 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
723 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
912 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h559 LLVMContextRef LLVMGetGlobalContext(void);