Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DSplitFunctions.cpp354 TrampolineBB->setCFIState(LPBlock->getCFIState()); in createEHTrampolines()
H A DInliner.cpp294 InlinedBB->setCFIState(FirstInlinedBB->getCFIState()); in inlineCall()
H A DBinaryPasses.cpp1774 MemcpyBB->setCFIState(NextBB->getCFIState()); in runOnFunctions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp531 if (BB->getCFIState() >= 0) in print()
532 OS << " CFI State : " << BB->getCFIState() << '\n'; in print()
2799 if (BB->getCFIState() < State) { in finalizeCFIState()
2804 unwindCFIState(State, BB->getCFIState(), BB, InsertIt); in finalizeCFIState()
2805 } else if (BB->getCFIState() > State) { in finalizeCFIState()
2810 if (!replayCFIInstrs(State, BB->getCFIState(), BB, BB->begin())) in finalizeCFIState()
3033 LayoutIndex, BB->getCFIState()); in dumpGraph()
H A DBinaryBasicBlock.cpp217 return getCFIState(); in getCFIStateAtInstr()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h545 int32_t getCFIState() const { in getCFIState() function