HomeSort by relevance Sort by last modified time
    Searched refs:IsDWO (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 22 bool IsDWO, const DWARFUnitSectionBase &UnitSection,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFTypeUnit.h 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFUnit.h 50 bool isLittleEndian, bool isDWO) = 0;
84 bool IsDWO) override {
92 AOS, LS, LE, IsDWO, *this,
117 bool isDWO;
149 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 25 bool IsDWO, const DWARFUnitSectionBase &UnitSection)
26 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFTypeUnit.h 32 const DWARFSection &LS, bool LE, bool IsDWO,
34 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
DWARFUnit.h 125 bool isLittleEndian, bool isDWO, bool Lazy) = 0;
185 bool IsDWO, bool Lazy) override {
191 if (IsDWO)
201 Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
270 bool isDWO;
327 const DWARFSection &LS, bool LE, bool IsDWO,
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 38 bool IsDWO, const DWARFUnitSectionBase &UnitSection,
47 AddrOffsetSection(AOS), isLittleEndian(LE), isDWO(IsDWO),
285 if (isDWO)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 56 bool IsDWO, const DWARFUnitSectionBase &UnitSection)
60 isDWO(IsDWO), UnitSection(UnitSection) {
277 if (!isDWO) {
293 isDWO ? 0 : toSectionOffset(UnitDie.find(DW_AT_str_offsets_base), 0);
301 if (isDWO)
312 if (isDWO)
332 if (isDWO && RngListTable)
345 if (isDWO)
DWARFContext.cpp 313 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp");
323 bool Explicit = DumpType != DIDT_All && !IsDWO;
324 bool ExplicitDWO = Explicit && IsDWO;
    [all...]

Completed in 152 milliseconds