Home
last modified time | relevance | path

Searched refs:getFunctionAddress (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
H A DELFDumper.cpp7909 W.printHex("At", AM.getFunctionAddress()); in printBBAddrMaps()
7911 this->getSymbolIndexesForFunctionAddress(AM.getFunctionAddress(), in printBBAddrMaps()
7917 Twine::utohexstr(AM.getFunctionAddress()) + ") in " + in printBBAddrMaps()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h282 uint64_t getFunctionAddress(const std::string &Name) override;
H A DMCJIT.cpp401 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h59 uint64_t getFunctionAddress() const {
60 uint64_t getFunctionAddress() const { getFunctionAddress() function
H A DELFTypes.h964 uint64_t getFunctionAddress() const {
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h385 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp307 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h179 llvm::yaml::Hex64 getFunctionAddress() const { in getFunctionAddress() function
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp732 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1533 << E.getFunctionAddress(); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp260 uint64_t FunctionAddr = AddrMap.getFunctionAddress(); in AddFunctionEntry()