Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2507 struct CFISnapshotDiff : public CFISnapshot { struct
2512 CFISnapshotDiff(const CFISnapshot &S) : CFISnapshot(S) {} in CFISnapshotDiff() argument
2514 CFISnapshotDiff( in CFISnapshotDiff() argument
2603 CFISnapshotDiff CFIDiff(CIEFrameInstructions, FrameInstructions, in replayCFIInstrs()
2638 CFISnapshotDiff FromCFITable(ToCFITable); in unwindCFIState()