Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h281 uint64_t getGlobalValueAddress(const std::string &Name) override;
H A DMCJIT.cpp393 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function in MCJIT
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h377 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp303 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp389 m_execution_engine_up->getGlobalValueAddress(val.getName().str()); in GetRunnableInfo()