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.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
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h347 /// getGlobalValueAddress instead.
372 /// getGlobalValueAddress - Return the address of the specified global
376 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
409 /// getGlobalValueAddress instead.
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp304 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp390 m_execution_engine_up->getGlobalValueAddress(val.getName().str()); in GetRunnableInfo()