Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h282 uint64_t getGlobalValueAddress(const std::string &Name) override;
H A DMCJIT.cpp396 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function in MCJIT
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h376 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp304 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp391 m_execution_engine_up->getGlobalValueAddress(val.getName().str()); in GetRunnableInfo()