Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DStackMapParser.h60 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h384 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp319 const uint64_t FunctionAddress = ExecEngine->getFunctionAddress(FunctionID); in ExecutableFunction()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp736 orc::ExecutorAddr(EE->getFunctionAddress(EntryFn->getName().str())); in main()