Searched refs:CFIs (Results 1 – 5 of 5) sorted by relevance
538 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry()545 const CFIProgram &cfis() const { return CFIs; } in cfis()546 CFIProgram &cfis() { return CFIs; } in cfis()563 CFIProgram CFIs; variable
6 # CFIs are invisible (they can be outlined, but won't actually impact the outlining result) if there7 # is no need to unwind. CFIs will be stripped when we build outlined functions.
4 ; Ensure that we won't outline CFIs when they are needed in unwinding.
1153 std::vector<MCInst *> CFIs; in scheduleOldSaveRestoresRemoval() local1163 CFIs.push_back(&Inst); in scheduleOldSaveRestoresRemoval()1170 CFIs.clear(); in scheduleOldSaveRestoresRemoval()1184 for (MCInst *CFI : CFIs) { in scheduleOldSaveRestoresRemoval()1204 CFIs.clear(); in scheduleOldSaveRestoresRemoval()
977 CFIs.dump(OS, DumpOpts, MRI, IsEH); in dump()1006 CFIs.dump(OS, DumpOpts, MRI, IsEH); in dump()