Home
last modified time | relevance | path

Searched refs:isDWO (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp60 isDWO(IsDWO), UnitSection(UnitSection) { in DWARFUnit()
277 if (!isDWO) { in extractDIEsIfNeeded()
293 isDWO ? 0 : toSectionOffset(UnitDie.find(DW_AT_str_offsets_base), 0); in extractDIEsIfNeeded()
301 if (isDWO) in extractDIEsIfNeeded()
312 if (isDWO) in extractDIEsIfNeeded()
332 if (isDWO && RngListTable) in extractDIEsIfNeeded()
345 if (isDWO) in parseDWO()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h50 bool isLittleEndian, bool isDWO) = 0;
117 bool isDWO; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp47 AddrOffsetSection(AOS), isLittleEndian(LE), isDWO(IsDWO),
285 if (isDWO) in parseDWO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h125 bool isLittleEndian, bool isDWO, bool Lazy) = 0;
270 bool isDWO; variable