Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h384 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h59 uint64_t getFunctionAddress() const { in getFunctionAddress() function
H A DELFTypes.h865 uint64_t getFunctionAddress() const { return Addr; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp733 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1329 uint64_t BBAddress = BBEntry.Offset + Iter->second.getFunctionAddress(); in collectBBAddrMapLabels()