Searched refs:getGlobalValueAddress (Results 1 – 5 of 5) sorted by relevance
282 uint64_t getGlobalValueAddress(const std::string &Name) override;
396 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function in MCJIT
347 /// getGlobalValueAddress instead.372 /// getGlobalValueAddress - Return the address of the specified global376 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function 409 /// getGlobalValueAddress instead.
304 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()
390 m_execution_engine_up->getGlobalValueAddress(val.getName().str()); in GetRunnableInfo()