Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp558 assert(DebugLines && "DebugLines is null."); in processLines()
574 for (const LVLine *Line : *DebugLines) { in processLines()
631 while (Iter != DebugLines->end()) { in processLines()
657 if (Iter == DebugLines->end()) { in processLines()
672 for (const LVLine *Line : *DebugLines) { in processLines()
685 if (DebugLines->empty()) { in processLines()
707 DebugLines->append(*Lines); in processLines()
719 for (LVLine *Line : *DebugLines) { in processLines()
776 std::find_if(std::begin(*DebugLines), std::end(*DebugLines), in processLines()
778 while (It != std::end(*DebugLines)) { in processLines()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h152 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex);
153 void processLines(LVLines *DebugLines, LVSectionIndex SectionIndex,
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp33 if (!DebugLines.empty()) in getNonEmptySectionNames()
103 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
H A DDWARFEmitter.cpp571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h228 std::vector<LineTable> DebugLines; member