/external/llvm-project/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()
|
/external/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()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 28 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/ |
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()
|
/external/llvm/lib/Target/ |
D | Target.cpp | 28 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/ |
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()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | object.c | 33 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_sections() 71 O = LLVMCreateBinary(MB, LLVMGetGlobalContext(), &outBinaryErr); in llvm_object_list_symbols()
|
D | debuginfo.c | 125 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 42, 0, in llvm_test_dibuilder() 161 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 43, 0, in llvm_test_dibuilder()
|
D | diagnostic.c | 48 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_test_diagnostic_handler()
|
D | module.c | 39 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_load_module()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 83 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/ |
D | diagnostic.c | 49 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_test_diagnostic_handler()
|
D | module.c | 40 LLVMContextRef C = LLVMGetGlobalContext(); in llvm_load_module()
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 82 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/ |
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 …]
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 430 return Context(lib.LLVMGetGlobalContext()) 488 library.LLVMGetGlobalContext.argtypes = [] 489 library.LLVMGetGlobalContext.restype = c_object_p
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | core.py | 441 return Context(lib.LLVMGetGlobalContext()) 502 library.LLVMGetGlobalContext.argtypes = [] 503 library.LLVMGetGlobalContext.restype = c_object_p
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_context.c | 213 llvmpipe->context = LLVMGetGlobalContext(); in llvmpipe_create_context()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 460 LLVMContextRef C = LLVMGetGlobalContext(); in TEST_F()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 459 LLVMContextRef C = LLVMGetGlobalContext(); in TEST_F()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 439 LLVMContextRef LLVMGetGlobalContext(void);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 504 LLVMContextRef LLVMGetGlobalContext(void);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 501 LLVMContextRef LLVMGetGlobalContext(void);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 179 return LLVMGetGlobalContext(); in llvm_global_context()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 178 return LLVMGetGlobalContext(); in llvm_global_context()
|