Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDStackMapPrinter.h26 W.startLine() << " Function address: " << F.getFunctionAddress() in prettyPrintStackMap()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h291 uint64_t getFunctionAddress(const std::string &Name) override;
HDMCJIT.cpp398 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDStackMapParser.h57 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h376 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp308 return unwrap(EE)->getFunctionAddress(Name); in LLVMGetFunctionAddress()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcMCJITReplacement.h349 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp682 JITTargetAddress Entry = EE->getFunctionAddress(EntryFn->getName().str()); in main()