/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 391 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, in handleSection() argument 427 InfoSection = Contents; in handleSection() 508 StringRef InfoSection; in write() local 518 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection, in write() 522 if (InfoSection.empty()) in write() 530 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection); in write() 556 getSubsection(InfoSection, E, DW_SECT_INFO), in write()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 106 const DWARFSection &InfoSection; variable 174 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize); in getDebugInfoExtractor() 180 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; } in getRelocMap()
|
D | DWARFContext.h | 244 DWARFSection InfoSection; variable 284 const DWARFSection &getInfoSection() override { return InfoSection; } in getInfoSection()
|
/external/llvm-project/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 434 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, in handleSection() argument 472 InfoSection = Contents; in handleSection() 582 StringRef InfoSection; in write() local 592 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection, in write() 596 if (InfoSection.empty()) in write() 604 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection); in write() 635 getSubsection(InfoSection, E, DW_SECT_INFO), in write()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 73 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl() local 74 DWARFDataExtractor Data(Obj, InfoSection, LE, 0); in addUnitsImpl() 86 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl() 90 U = std::make_unique<DWARFCompileUnit>(Context, InfoSection, Header, in addUnitsImpl() 177 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit() 215 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 72 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl() local 73 DWARFDataExtractor Data(Obj, InfoSection, LE, 0); in addUnitsImpl() 88 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl() 92 U = std::make_unique<DWARFCompileUnit>(Context, InfoSection, Header, in addUnitsImpl() 179 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit() 189 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 264 ErrorOr<const Elf_Shdr *> InfoSection = Obj.getSection(Shdr->sh_info); in dumpCommonRelocationSection() local 265 if (std::error_code EC = InfoSection.getError()) in dumpCommonRelocationSection() 268 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(*InfoSection); in dumpCommonRelocationSection()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 206 const DWARFSection &InfoSection; variable 282 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 197 const DWARFSection &InfoSection; variable 278 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 40 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS), in DWARFUnit()
|
D | DWARFContext.cpp | 693 .Case("debug_info", &InfoSection.Data) in DWARFContextInMemory() 764 .Case("debug_info", &InfoSection.Relocs) in DWARFContextInMemory()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 800 auto InfoSection = Obj.getSection(Shdr->sh_info); in dumpCommonRelocationSection() local 801 if (!InfoSection) in dumpCommonRelocationSection() 802 return InfoSection.takeError(); in dumpCommonRelocationSection() 804 auto NameOrErr = getUniquedSectionName(*InfoSection); in dumpCommonRelocationSection()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1152 const MCSectionELF *InfoSection = Section.getAssociatedSection(); in writeSection() local 1153 sh_info = SectionIndexMap.lookup(InfoSection); in writeSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1004 const MCSection *InfoSection = Section.getAssociatedSection(); in writeSection() local 1005 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1004 const MCSection *InfoSection = Section.getLinkedToSection(); in writeSection() local 1005 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()
|