HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionAddress (Results 1 - 13 of 13) 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 67 uint64_t addPtr = TheJIT->getFunctionAddress(F->getName().str());
88 uint64_t ptr = TheJIT->getFunctionAddress(Main->getName().str());
109 uint64_t rgvPtr = TheJIT->getFunctionAddress(ReturnGlobal->getName().str());
142 void *vPtr = TheJIT->getFunctionAddress(IncrementGlobal->getName().str());
180 uint64_t ptr = TheJIT->getFunctionAddress(Outer->getName().str());
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 26 OS << "\n Function address: " << F.getFunctionAddress()
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 293 uint64_t getFunctionAddress(const std::string &Name) override;
MCJIT.cpp 370 uint64_t MCJIT::getFunctionAddress(const std::string &Name) {
378 // Deprecated. Use getFunctionAddress instead.
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 254 /// locally can use the getFunctionAddress call, which will generate code
337 /// getFunctionAddress instead.
346 /// getFunctionAddress instead.
362 /// getFunctionAddress - Return the address of the specified function.
364 virtual uint64_t getFunctionAddress(const std::string &Name) {
  /external/llvm/include/llvm/Object/
StackMapParser.h 55 uint64_t getFunctionAddress() const {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 303 return unwrap(EE)->getFunctionAddress(Name);
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 209 uint64_t getFunctionAddress(const std::string &Name) override {
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /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 456 milliseconds