Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp468 EpilogueBegin = false; in postAppend()
483 EpilogueBegin = false; in reset()
499 << (EpilogueBegin ? " epilogue_begin" : "") in dump()
1114 State.Row.EpilogueBegin = true; in parse()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h187 EpilogueBegin : 1; member
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp583 if (Row.EpilogueBegin) { in emitLineTableForUnit()
DDWARFLinker.cpp1852 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1182 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-debuginfo-analyzer.rst490 =EpilogueBegin: Marks the start of a function epilogue.