HomeSort by relevance Sort by last modified time
    Searched refs:LineSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFContext.h 164 StringRef LineSection;
193 virtual StringRef getLineSection() { return LineSection; }
DWARFContext.cpp 564 .Case("debug_line", &LineSection)
  /external/llvm/lib/MC/
MCDwarf.cpp 87 MCLineSection *LineSection = MCLineSections.lookup(Section);
88 if (!LineSection) {
92 LineSection = new MCLineSection;
93 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
94 MCOS->getContext().addMCLineSection(Section, LineSection);
98 LineSection->addLineEntry(LineEntry,
125 // in the LineSection.
129 const MCLineSection *LineSection,
131 // This LineSection does not contain any LineEntry for the given Compile Unit.
132 if (!LineSection->containEntriesForID(CUID)
    [all...]

Completed in 133 milliseconds