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.cpp7794 W.printHex("At", AM.getFunctionAddress()); in printBBAddrMaps()
7796 this->getSymbolIndexesForFunctionAddress(AM.getFunctionAddress(), in printBBAddrMaps()
7802 Twine::utohexstr(AM.getFunctionAddress()) + ") in " + in printBBAddrMaps()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h283 uint64_t getFunctionAddress(const std::string &Name) override;
H A DMCJIT.cpp404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h261 /// locally can use the getFunctionAddress call, which will generate code
357 /// 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
/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.h949 uint64_t getFunctionAddress() const {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h178 llvm::yaml::Hex64 getFunctionAddress() const { in getFunctionAddress() function
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp731 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1529 << E.getFunctionAddress(); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp261 uint64_t FunctionAddr = AddrMap.getFunctionAddress(); in AddFunctionEntry()