HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionAddress (Results 1 - 7 of 7) 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 316 uint64_t getFunctionAddress(const std::string &Name) override;
MCJIT.cpp 346 uint64_t MCJIT::getFunctionAddress(const std::string &Name) {
354 // Deprecated. Use getFunctionAddress instead.
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 293 /// locally can use the getFunctionAddress call, which will generate code
373 /// getFunctionAddress instead.
389 /// getFunctionAddress instead.
405 /// getFunctionAddress - Return the address of the specified function.
407 virtual uint64_t getFunctionAddress(const std::string &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 245 milliseconds