Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h27 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h292 uint64_t getFunctionAddress(const std::string &Name) override;
H A DMCJIT.cpp399 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h57 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h376 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp309 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h353 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp677 JITTargetAddress Entry = EE->getFunctionAddress(EntryFn->getName().str()); in main()