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()
223 bool IsDWO; variable
62 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()178 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit()
352 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local