Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h291 uint64_t getGlobalValueAddress(const std::string &Name) override;
DMCJIT.cpp376 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function in MCJIT
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h356 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h212 uint64_t getGlobalValueAddress(const std::string &Name) override { in getGlobalValueAddress() function
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp302 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()