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

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 109 const DWARFSection &InfoSection;
176 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
182 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
DWARFContext.h 239 DWARFSection InfoSection;
278 const DWARFSection &getInfoSection() override { return InfoSection; }
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 270 StringRef InfoSection;
297 InfoSection = Contents;
321 assert(!InfoSection.empty());
322 CurEntry.Signature = getCUSignature(AbbrevSection, InfoSection);

Completed in 188 milliseconds