Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp198 auto SSIter = SharedStubs.find(TgtSym); in replaceTargetWithStub()
199 if (SSIter != SharedStubs.end()) { in replaceTargetWithStub()
217 SharedStubs[StubBB->getLabel()] = StubBB; in replaceTargetWithStub()
512 auto SSIter = SharedStubs.find(TgtSym); in needsStub()
513 if (SSIter != SharedStubs.end()) in needsStub()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DLongJmp.h40 DenseMap<const MCSymbol *, BinaryBasicBlock *> SharedStubs; variable