Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp489 EpilogueBegin = false; in postAppend()
505 EpilogueBegin = false; in reset()
522 << (EpilogueBegin ? " epilogue_begin" : "") in dump()
1183 State.Row.EpilogueBegin = true; in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h191 EpilogueBegin : 1; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h379 if (Row.EpilogueBegin) in emitLineTableRows()
H A DDWARFLinkerCompileUnit.cpp1584 NextLine.EpilogueBegin = 0; in cloneAndEmitLineTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp764 if (Row.EpilogueBegin) in createLineAndFileRecords()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1137 if (Row.EpilogueBegin) { in emitLineTableRows()
H A DDWARFLinker.cpp2200 NextLine.EpilogueBegin = 0; in generateLineTableForUnit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1265 row.IsStmt, row.BasicBlock, row.PrologueEnd, row.EpilogueBegin, in ParseLineTable()