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 150 StringRef LineSection;
174 virtual StringRef getLineSection() { return LineSection; }
DWARFContext.cpp 503 LineSection = data;
  /external/llvm/lib/MC/
MCDwarf.cpp 93 MCLineSection *LineSection = MCLineSections.lookup(Section);
94 if (!LineSection) {
98 LineSection = new MCLineSection;
99 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
100 MCOS->getContext().addMCLineSection(Section, LineSection);
104 LineSection->addLineEntry(LineEntry,
131 // in the LineSection.
135 const MCLineSection *LineSection,
137 // This LineSection does not contain any LineEntry for the given Compile Unit.
138 if (!LineSection->containEntriesForID(CUID)
    [all...]

Completed in 54 milliseconds