Searched defs:Lazy (Results 1 – 5 of 5) sorted by relevance
31 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
56 bool Lazy) { in addUnitsForDWOSection()70 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
304 DWARFUnitVector &getDWOUnits(bool Lazy) override { in getDWOUnits()641 DWARFUnitVector &getDWOUnits(bool Lazy) override { in getDWOUnits()1509 DWARFUnitVector &DWARFContext::getDWOUnits(bool Lazy) { in getDWOUnits()
214 enum class Kind { Regular, Lazy, Weak }; enumerator
194 bool Lazy, in loadModuleFromInput()