Home
last modified time | relevance | path

Searched refs:LLVMGetPointerToGlobal (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp344 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/
DExecutionEngine.h147 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
/external/llvm/bindings/go/llvm/
Dexecutionengine.go177 return C.LLVMGetPointerToGlobal(ee.C, global.C)
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c597 code = LLVMGetPointerToGlobal(gallivm->engine, func); in gallivm_jit_function()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp292 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal() function