Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h365 Error createStub(StringRef StubName, JITTargetAddress StubAddr, in createStub()
394 void *StubAddr = IndirectStubsInfos[Key.first].getStub(Key.second); in findStub() local
H A DSpeculation.h137 void speculateFor(TargetFAddr StubAddr) { launchCompile(StubAddr); } in speculateFor()
H A DOrcRemoteTargetClient.h559 Error createStub(StringRef StubName, JITTargetAddress StubAddr, in createStub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp354 uint64_t StubAddr; in evalStubOrGOTAddr() local
393 uint64_t StubAddr; in evalSectionAddr() local
H A DRuntimeDyld.cpp400 uint64_t StubAddr = KV.second; in loadObjectImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp138 JITTargetAddress StubAddr, in createStub()