Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h291 uint64_t getGlobalValueAddress(const std::string &Name) override;
H A DMCJIT.cpp391 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function in MCJIT
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h368 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp305 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h349 uint64_t getGlobalValueAddress(const std::string &Name) override { in getGlobalValueAddress() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp375 m_execution_engine_ap->getGlobalValueAddress(val.getName().str()); in GetRunnableInfo()