Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitReader.cpp26 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp26 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()
/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-10.0/llvm/lib/Target/
DTarget.cpp27 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()
/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/llvm-project/llvm/lib/Target/
DTarget.cpp27 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()
/external/llvm-project/llvm/tools/llvm-c-test/
Dobject.c33 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_sections()
71 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_symbols()
Ddebuginfo.c125 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 42, 0, in llvm_test_dibuilder()
161 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 43, 0, in llvm_test_dibuilder()
Ddiagnostic.c48 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_test_diagnostic_handler()
Dmodule.c39 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_load_module()
/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/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/llvm-project/llvm/lib/IR/
DCore.cpp82 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext() function
127 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen); in LLVMGetMDKindID()
575 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
578 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
581 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
584 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
587 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
590 return LLVMInt128TypeInContext(LLVMGetGlobalContext()); in LLVMInt128Type()
593 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
628 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp82 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 …]
/external/llvm/bindings/python/llvm/
Dcore.py430 return Context(lib.LLVMGetGlobalContext())
488 library.LLVMGetGlobalContext.argtypes = []
489 library.LLVMGetGlobalContext.restype = c_object_p
/external/llvm-project/llvm/bindings/python/llvm/
Dcore.py441 return Context(lib.LLVMGetGlobalContext())
502 library.LLVMGetGlobalContext.argtypes = []
503 library.LLVMGetGlobalContext.restype = c_object_p
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c213 llvmpipe->context = LLVMGetGlobalContext(); in llvmpipe_create_context()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp460 LLVMContextRef C = LLVMGetGlobalContext(); in TEST_F()
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp459 LLVMContextRef C = LLVMGetGlobalContext(); in TEST_F()
/external/llvm/include/llvm-c/
DCore.h439 LLVMContextRef LLVMGetGlobalContext(void);
/external/llvm-project/llvm/include/llvm-c/
DCore.h504 LLVMContextRef LLVMGetGlobalContext(void);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h501 LLVMContextRef LLVMGetGlobalContext(void);
/external/llvm-project/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()

12