Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h89 StringRef InfoSection; variable
102 InfoSection(infoSection), in DWARFContextInMemory()
109 virtual StringRef getInfoSection() { return InfoSection; } in getInfoSection()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp391 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/
DDWARFUnit.h106 const DWARFSection &InfoSection; variable
174 return DataExtractor(InfoSection.Data, isLittleEndian, AddrSize); in getDebugInfoExtractor()
180 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; } in getRelocMap()
DDWARFContext.h244 DWARFSection InfoSection; variable
284 const DWARFSection &getInfoSection() override { return InfoSection; } in getInfoSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp394 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, in handleSection() argument
430 InfoSection = Contents; in handleSection()
540 StringRef InfoSection; in write() local
550 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection, in write()
554 if (InfoSection.empty()) in write()
562 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection); in write()
588 getSubsection(InfoSection, E, DW_SECT_INFO), in write()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp346 auto InfoSection = Obj.getSection(Shdr->sh_info); in dumpCommonRelocationSection() local
347 if (!InfoSection) in dumpCommonRelocationSection()
348 return errorToErrorCode(InfoSection.takeError()); in dumpCommonRelocationSection()
350 auto NameOrErr = getUniquedSectionName(*InfoSection); in dumpCommonRelocationSection()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp261 ErrorOr<const Elf_Shdr *> InfoSection = Obj.getSection(Shdr->sh_info); in dumpCommonRelocationSection() local
262 if (std::error_code EC = InfoSection.getError()) in dumpCommonRelocationSection()
265 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(*InfoSection); in dumpCommonRelocationSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp57 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit()
67 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
DDWARFContext.cpp1222 DWARFSectionMap InfoSection; member in __anonddd817f10c11::DWARFObjInMemory
1243 .Case("debug_info", &InfoSection) in mapNameToDWARFSection()
1576 const DWARFSection &getInfoSection() const override { return InfoSection; } in getInfoSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp40 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS), in DWARFUnit()
DDWARFContext.cpp693 .Case("debug_info", &InfoSection.Data) in DWARFContextInMemory()
764 .Case("debug_info", &InfoSection.Relocs) in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h258 const DWARFSection &InfoSection; variable
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp967 const MCSectionELF *InfoSection; in WriteSection() local
978 InfoSection = Asm.getContext().getELFSection(SectionName, in WriteSection()
981 sh_info = SectionIndexMap.lookup(InfoSection); in WriteSection()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1152 const MCSectionELF *InfoSection = Section.getAssociatedSection(); in writeSection() local
1153 sh_info = SectionIndexMap.lookup(InfoSection); in writeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp984 const MCSection *InfoSection = Section.getAssociatedSection(); in writeSection() local
985 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()