Home
last modified time | relevance | path

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

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