/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.h | 89 StringRef InfoSection; variable 102 InfoSection(infoSection), in DWARFContextInMemory() 109 virtual StringRef getInfoSection() { return InfoSection; } in getInfoSection()
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 394 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/ |
D | elf2yaml.cpp | 346 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/ |
D | elf2yaml.cpp | 261 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/ |
D | DWARFUnit.cpp | 57 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit() 67 return DWARFDataExtractor(Context.getDWARFObj(), InfoSection, isLittleEndian, in getDebugInfoExtractor()
|
D | DWARFContext.cpp | 1222 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 258 const DWARFSection &InfoSection; variable
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 967 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/ |
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-7.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 984 const MCSection *InfoSection = Section.getAssociatedSection(); in writeSection() local 985 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()
|