Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h289 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h377 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp304 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()