reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/ExecutionEngine/MCJIT/MCJIT.cpp
  398 uint64_t MCJIT::getFunctionAddress(const std::string &Name) {
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
  349   uint64_t getFunctionAddress(const std::string &Name) override {

References

lib/ExecutionEngine/ExecutionEngineBindings.cpp
  308   return unwrap(EE)->getFunctionAddress(Name);
tools/lli/lli.cpp
  677     JITTargetAddress Entry = EE->getFunctionAddress(EntryFn->getName().str());
tools/llvm-exegesis/lib/Assembler.cpp
  313   const uint64_t FunctionAddress = ExecEngine->getFunctionAddress(FunctionID);
unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
   99   uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
  102   ptr = TheJIT->getFunctionAddress(FB->getName().str());
  119   uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
  123   ptr = TheJIT->getFunctionAddress(FA->getName().str());
  140   uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
  144   ptr = TheJIT->getFunctionAddress(FA->getName().str());
  161   uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
  164   ptr = TheJIT->getFunctionAddress(FB->getName().str());
  182   uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
  186   ptr = TheJIT->getFunctionAddress(FA2->getName().str());
  230   uint64_t FBPtr = TheJIT->getFunctionAddress(FB->getName().str());
  237   uint64_t FAPtr = TheJIT->getFunctionAddress(FA->getName().str());
  259   uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
  262   ptr = TheJIT->getFunctionAddress(FB->getName().str());
  265   ptr = TheJIT->getFunctionAddress(FA->getName().str());
  284   uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
  287   ptr = TheJIT->getFunctionAddress(FB->getName().str());
  290   ptr = TheJIT->getFunctionAddress(FC->getName().str());
  309   uint64_t ptr = TheJIT->getFunctionAddress(FC->getName().str());
  312   ptr = TheJIT->getFunctionAddress(FB->getName().str());
  315   ptr = TheJIT->getFunctionAddress(FA->getName().str());
  334   uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
  337   ptr = TheJIT->getFunctionAddress(FB->getName().str());
  340   ptr = TheJIT->getFunctionAddress(FC->getName().str());
  358   uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
  361   ptr = TheJIT->getFunctionAddress(FB1->getName().str());
  379   uint64_t ptr = TheJIT->getFunctionAddress(FB1->getName().str());
  382   ptr = TheJIT->getFunctionAddress(FA->getName().str());
  400   uint64_t ptr = TheJIT->getFunctionAddress(FB1->getName().str());
  403   ptr = TheJIT->getFunctionAddress(FB2->getName().str());
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
   65   uint64_t addPtr = TheJIT->getFunctionAddress(F->getName().str());
   86   uint64_t ptr = TheJIT->getFunctionAddress(Main->getName().str());
  108   uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str());
  185   uint64_t ptr = TheJIT->getFunctionAddress(Outer->getName().str());