Home
last modified time | relevance | path

Searched refs:TmpSelf (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp57 auto *TmpSelf = S.get(); in linkPhase1() local
58 TmpSelf->linkPhase2(std::move(S), std::move(AR)); in linkPhase1()
96 auto &TmpSelf = *Self; in linkPhase2() local
97 TmpSelf.linkPhase3(std::move(Self), AsyncLookupResult()); in linkPhase2()
121 auto &TmpSelf = *S; in linkPhase2() local
122 TmpSelf.linkPhase3(std::move(S), std::move(LookupResult)); in linkPhase2()
170 auto *TmpSelf = S.get(); in linkPhase3() local
171 TmpSelf->linkPhase4(std::move(S), std::move(FR)); in linkPhase3()