Searched defs:IsDWO (Results 1 – 5 of 5) sorted by relevance
24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit()
31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
215 bool IsDWO; variable
63 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()176 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit()
329 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local