Searched refs:LLVMGetGlobalContext (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 26 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode() 32 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule); in LLVMParseBitcode2() 126 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule() 132 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 27 extern "C" LLVMContextRef LLVMGetGlobalContext(void); 86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType() 90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 82 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext() function 127 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID() 569 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type() 572 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type() 575 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type() 578 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type() 581 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type() 584 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type() 587 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType() 619 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType() [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_context.c | 228 llvmpipe->context = LLVMGetGlobalContext(); in llvmpipe_create_context()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 79 ret = LLVMStructCreateNamed(LLVMGetGlobalContext(), buffer); in sym_struct_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 501 LLVMContextRef LLVMGetGlobalContext(void);
|