Searched refs:LLVMGetPointerToGlobal (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 344 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F() 391 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F() 411 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F() 442 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F() 445 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2))); in TEST_F() 467 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function))); in TEST_F()
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 147 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 177 return C.LLVMGetPointerToGlobal(ee.C, global.C)
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 597 code = LLVMGetPointerToGlobal(gallivm->engine, func); in gallivm_jit_function()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 292 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal() function
|