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

  /external/llvm/lib/DebugInfo/
DWARFContext.h 92 StringRef LineSection;
99 StringRef lineSection,
105 LineSection(lineSection),
112 virtual StringRef getLineSection() { return LineSection; }
  /external/llvm/lib/MC/
MCDwarf.cpp 90 MCLineSection *LineSection = MCLineSections.lookup(Section);
91 if (!LineSection) {
95 LineSection = new MCLineSection;
96 // Save a pointer to the new LineSection into the MCLineSections DenseMap.
97 MCOS->getContext().addMCLineSection(Section, LineSection);
101 LineSection->addLineEntry(LineEntry);
127 // in the LineSection.
131 const MCLineSection *LineSection) {
141 it = LineSection->getMCLineEntries()->begin(),
142 ie = LineSection->getMCLineEntries()->end(); it != ie; ++it)
    [all...]

Completed in 149 milliseconds