Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.cpp489 EpilogueBegin = false; in postAppend()
505 EpilogueBegin = false; in reset()
522 << (EpilogueBegin ? " epilogue_begin" : "") in dump()
1183 State.Row.EpilogueBegin = true; in parse()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugLine.h191 EpilogueBegin : 1; member
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDebugLineSectionEmitter.h379 if (Row.EpilogueBegin) in emitLineTableRows()
HDDWARFLinkerCompileUnit.cpp1584 NextLine.EpilogueBegin = 0; in cloneAndEmitLineTable()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.cpp764 if (Row.EpilogueBegin) in createLineAndFileRecords()
/freebsd-head/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp1137 if (Row.EpilogueBegin) { in emitLineTableRows()
HDDWARFLinker.cpp2200 NextLine.EpilogueBegin = 0; in generateLineTableForUnit()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1265 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()