HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionAddress (Results 1 - 10 of 10) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 100 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
103 ptr = TheJIT->getFunctionAddress(FB->getName().str());
120 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
124 ptr = TheJIT->getFunctionAddress(FA->getName().str());
141 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
145 ptr = TheJIT->getFunctionAddress(FA->getName().str());
162 uint64_t ptr = TheJIT->getFunctionAddress(FA->getName().str());
165 ptr = TheJIT->getFunctionAddress(FB->getName().str());
183 uint64_t ptr = TheJIT->getFunctionAddress(FB->getName().str());
187 ptr = TheJIT->getFunctionAddress(FA2->getName().str())
    [all...]
MCJITTest.cpp 66 uint64_t addPtr = TheJIT->getFunctionAddress(F->getName().str());
87 uint64_t ptr = TheJIT->getFunctionAddress(Main->getName().str());
108 uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str());
141 void *vPtr = TheJIT->getFunctionAddress(IncrementGlobal->getName().str());
179 uint64_t ptr = TheJIT->getFunctionAddress(Outer->getName().str());
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 282 uint64_t getFunctionAddress(const std::string &Name) override;
MCJIT.cpp 360 uint64_t MCJIT::getFunctionAddress(const std::string &Name) {
368 // Deprecated. Use getFunctionAddress instead.
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 243 /// locally can use the getFunctionAddress call, which will generate code
326 /// getFunctionAddress instead.
335 /// getFunctionAddress instead.
351 /// getFunctionAddress - Return the address of the specified function.
353 virtual uint64_t getFunctionAddress(const std::string &Name) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 336 return unwrap(EE)->getFunctionAddress(Name);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 214 uint64_t getFunctionAddress(const std::string &Name) override {
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 603 uint64_t FAddr = (*it)->getFunctionAddress(Name);
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 460 milliseconds