Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp27 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode()
33 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule); in LLVMParseBitcode2()
127 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
133 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp28 return LLVMParseBitcodeInContext(LLVMGetGlobalContext(), MemBuf, OutModule, in LLVMParseBitcode()
34 return LLVMParseBitcodeInContext2(LLVMGetGlobalContext(), MemBuf, OutModule); in LLVMParseBitcode2()
141 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
147 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTarget.cpp28 extern "C" LLVMContextRef LLVMGetGlobalContext(void);
87 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType()
91 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS()
/external/llvm/lib/Target/
DTarget.cpp28 extern "C" LLVMContextRef LLVMGetGlobalContext(void);
87 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType()
91 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitReader.cpp68 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
86 return LLVMGetBitcodeModuleProviderInContext(LLVMGetGlobalContext(), MemBuf, in LLVMGetBitcodeModuleProvider()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp62 LLVMContextRef LLVMGetGlobalContext() { in LLVMGetGlobalContext() function
76 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
201 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
204 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
207 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
210 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
213 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
216 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
245 return LLVMFloatTypeInContext(LLVMGetGlobalContext()); in LLVMFloatType()
248 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
[all …]
/external/llvm/lib/IR/
DCore.cpp83 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext() function
120 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
403 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
406 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
409 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
412 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
415 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
418 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type()
421 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
456 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Ddebuginfo.c127 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 42, 0, in llvm_test_dibuilder()
163 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 43, 0, in llvm_test_dibuilder()
Ddiagnostic.c49 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_test_diagnostic_handler()
Dmodule.c39 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_load_module()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp83 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext() function
120 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
553 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
556 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
559 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
562 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
565 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
568 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type()
571 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
603 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
[all …]
/external/llvm/tools/llvm-c-test/
Ddiagnostic.c49 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_test_diagnostic_handler()
Dmodule.c40 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_load_module()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dcore.py430 return Context(lib.LLVMGetGlobalContext())
491 library.LLVMGetGlobalContext.argtypes = []
492 library.LLVMGetGlobalContext.restype = c_object_p
/external/llvm/bindings/python/llvm/
Dcore.py430 return Context(lib.LLVMGetGlobalContext())
488 library.LLVMGetGlobalContext.argtypes = []
489 library.LLVMGetGlobalContext.restype = c_object_p
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c179 llvmpipe->context = LLVMGetGlobalContext(); in llvmpipe_create_context()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp460 LLVMContextRef C = LLVMGetGlobalContext(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp461 LLVMContextRef C = LLVMGetGlobalContext(); in TEST_F()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h309 LLVMContextRef LLVMGetGlobalContext(void);
/external/llvm/include/llvm-c/
DCore.h439 LLVMContextRef LLVMGetGlobalContext(void);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h491 LLVMContextRef LLVMGetGlobalContext(void);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c111 return LLVMGetGlobalContext(); in llvm_global_context()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c179 return LLVMGetGlobalContext(); in llvm_global_context()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c178 return LLVMGetGlobalContext(); in llvm_global_context()
/external/llvm/bindings/go/llvm/
Dir.go352 func GlobalContext() Context { return Context{C.LLVMGetGlobalContext()} }

12