HomeSort by: relevance | last modified time | path
    Searched refs:RangeSection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 180 RangeSection(RS), LineSection(LS), StringSection(SS),
332 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection,
557 DWO->setRangesSection(RangeSection, DWORangesBase ? *DWORangesBase : 0);
578 DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection,
941 DataExtractor RangesData(RangeSection->Data, isLittleEndian,
943 DWARFDataExtractor RangesDA(Context.getDWARFObj(), *RangeSection,
DWARFVerifier.cpp 480 const DWARFSection &RangeSection = DwarfVersion < 5
483 if (*SectionOffset >= RangeSection.Data.size())
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 210 const DWARFSection *RangeSection;
317 RangeSection = RS;

Completed in 23 milliseconds