Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp73 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h197 const DWARFSection &InfoSection; variable
278 const DWARFSection &getInfoSection() const { return InfoSection; } in getInfoSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1004 const MCSection *InfoSection = Section.getAssociatedSection(); in writeSection() local
1005 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection)); in writeSection()