Home
last modified time | relevance | path

Searched defs:StubAddr (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h242 Error createStub(StringRef StubName, TargetAddress StubAddr, in createStub()
268 void *StubAddr = IndirectStubsInfos[Key.first].getStub(Key.second); in findStub() local
DOrcRemoteTargetClient.h453 Error createStub(StringRef StubName, TargetAddress StubAddr, in createStub()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsJITInfo.cpp119 extern "C" void MipsCompilationCallbackC(intptr_t StubAddr) { in MipsCompilationCallbackC()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp116 extern "C" void ARMCompilationCallbackC(intptr_t StubAddr) { in ARMCompilationCallbackC()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp361 uint64_t StubAddr; in evalStubAddr() local
398 uint64_t StubAddr; in evalSectionAddr() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp744 void *StubAddr = Resolver.getGlobalValueIndirectSym(V, GVAddress); in getPointerToGVIndirectSym() local