Searched refs:getFunctionAddress (Results 1 – 12 of 12) sorted by relevance
26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
7794 W.printHex("At", AM.getFunctionAddress()); in printBBAddrMaps()7796 this->getSymbolIndexesForFunctionAddress(AM.getFunctionAddress(), in printBBAddrMaps()7802 Twine::utohexstr(AM.getFunctionAddress()) + ") in " + in printBBAddrMaps()
283 uint64_t getFunctionAddress(const std::string &Name) override;
404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
261 /// locally can use the getFunctionAddress call, which will generate code357 /// getFunctionAddress instead.366 /// getFunctionAddress instead.382 /// getFunctionAddress - Return the address of the specified function.384 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
59 uint64_t getFunctionAddress() const {60 uint64_t getFunctionAddress() const { getFunctionAddress() function
949 uint64_t getFunctionAddress() const {
308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
178 llvm::yaml::Hex64 getFunctionAddress() const { in getFunctionAddress() function
731 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()
1529 << E.getFunctionAddress(); in writeSectionContent()
261 uint64_t FunctionAddr = AddrMap.getFunctionAddress(); in AddFunctionEntry()