Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h558 int32_t getCFIStateAtExit() const { return getCFIStateAtInstr(nullptr); } in getCFIStateAtExit() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp600 const int32_t CFIStateAtExit = BB->getCFIStateAtExit(); in print()
2795 const int32_t CFIStateAtExit = BB->getCFIStateAtExit(); in finalizeCFIState()
3669 const int32_t CFIState = Start->getCFIStateAtExit(); in updateCFIState()