HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionAddress (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
StackMapPrinter.h 26 W.startLine() << " Function address: " << F.getFunctionAddress()
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 290 uint64_t getFunctionAddress(const std::string &Name) override;
MCJIT.cpp 404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) {
412 // Deprecated. Use getFunctionAddress instead.
612 "ExecutionEngine::getFunctionAddress and cast the result "
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 221 /// "GetFunctionAddress" method (rather than runFunction) and cast the
262 /// locally can use the getFunctionAddress call, which will generate code
358 /// getFunctionAddress instead.
367 /// getFunctionAddress instead.
383 /// getFunctionAddress - Return the address of the specified function.
385 virtual uint64_t getFunctionAddress(const std::string &Name) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 60 uint64_t getFunctionAddress() const {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 308 return unwrap(EE)->getFunctionAddress(Name);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.cpp 318 const uint64_t FunctionAddress = ExecEngine->getFunctionAddress(FunctionID);

Completed in 20 milliseconds