Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp600 const int32_t CFIStateAtExit = BB->getCFIStateAtExit(); in print() local
601 if (CFIStateAtExit >= 0) in print()
602 OS << " CFI State: " << CFIStateAtExit << '\n'; in print()
2795 const int32_t CFIStateAtExit = BB->getCFIStateAtExit(); in finalizeCFIState() local
2814 State = CFIStateAtExit; in finalizeCFIState()