Searched refs:getFunctionAddress (Results 1 – 9 of 9) sorted by relevance
26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
283 uint64_t getFunctionAddress(const std::string &Name) override;
404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
384 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
59 uint64_t getFunctionAddress() const { in getFunctionAddress() function
865 uint64_t getFunctionAddress() const { return Addr; }
308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
733 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()
1329 uint64_t BBAddress = BBEntry.Offset + Iter->second.getFunctionAddress(); in collectBBAddrMapLabels()