Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
86 return LLVMGetBitcodeModuleProviderInContext(LLVMGetGlobalContext(), MemBuf, in LLVMGetBitcodeModuleProvider()
/external/llvm/lib/VMCore/
DCore.cpp63 LLVMContextRef LLVMGetGlobalContext() { in LLVMGetGlobalContext() function
77 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
203 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
206 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
209 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
212 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
215 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
218 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
250 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
253 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
[all …]
/external/llvm/include/llvm-c/
DCore.h389 LLVMContextRef LLVMGetGlobalContext(void);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c110 return LLVMGetGlobalContext(); in llvm_global_context()