Searched refs:getGlobalValueAddress (Results 1 – 6 of 6) sorted by relevance
291 uint64_t getGlobalValueAddress(const std::string &Name) override;
391 uint64_t MCJIT::getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function in MCJIT
368 virtual uint64_t getGlobalValueAddress(const std::string &Name) { in getGlobalValueAddress() function
305 return unwrap(EE)->getGlobalValueAddress(Name); in LLVMGetGlobalValueAddress()
349 uint64_t getGlobalValueAddress(const std::string &Name) override { in getGlobalValueAddress() function
375 m_execution_engine_ap->getGlobalValueAddress(val.getName().str()); in GetRunnableInfo()