Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h538 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
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dmachine-outliner-cfi.mir6 # CFIs are invisible (they can be outlined, but won't actually impact the outlining result) if there
7 # is no need to unwind. CFIs will be stripped when we build outlined functions.
H A Dmachine-outliner-throw.ll4 ; Ensure that we won't outline CFIs when they are needed in unwinding.
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp1153 std::vector<MCInst *> CFIs; in scheduleOldSaveRestoresRemoval() local
1163 CFIs.push_back(&Inst); in scheduleOldSaveRestoresRemoval()
1170 CFIs.clear(); in scheduleOldSaveRestoresRemoval()
1184 for (MCInst *CFI : CFIs) { in scheduleOldSaveRestoresRemoval()
1204 CFIs.clear(); in scheduleOldSaveRestoresRemoval()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp977 CFIs.dump(OS, DumpOpts, MRI, IsEH); in dump()
1006 CFIs.dump(OS, DumpOpts, MRI, IsEH); in dump()