Searched refs:InfoSection (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h106 const DWARFSection &InfoSection; member in class:llvm::DWARFUnit
168 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize);
174 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; }
H A DDWARFContext.h219 DWARFSection InfoSection; member in class:llvm::DWARFContextInMemory
254 const DWARFSection &getInfoSection() override { return InfoSection; }
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp218 if (const Elf_Shdr *InfoSection = Obj.getSection(Shdr->sh_info)) {
219 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(InfoSection);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp577 .Case("debug_info", &InfoSection.Data)
629 .Case("debug_info", &InfoSection.Relocs)
H A DDWARFUnit.cpp37 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS),
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp1481 const MCSectionELF *InfoSection = Section.getAssociatedSection(); local
1482 sh_info = SectionIndexMap.lookup(InfoSection);

Completed in 135 milliseconds