Searched refs:getCFIState (Results 1 – 6 of 6) sorted by relevance
354 TrampolineBB->setCFIState(LPBlock->getCFIState()); in createEHTrampolines()
294 InlinedBB->setCFIState(FirstInlinedBB->getCFIState()); in inlineCall()
1774 MemcpyBB->setCFIState(NextBB->getCFIState()); in runOnFunctions()
531 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()
217 return getCFIState(); in getCFIStateAtInstr()
545 int32_t getCFIState() const { in getCFIState() function