Home
last modified time | relevance | path

Searched defs:Lazy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h31 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp56 bool Lazy) { in addUnitsForDWOSection()
70 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
H A DDWARFContext.cpp304 DWARFUnitVector &getDWOUnits(bool Lazy) override { in getDWOUnits()
641 DWARFUnitVector &getDWOUnits(bool Lazy) override { in getDWOUnits()
1509 DWARFUnitVector &DWARFContext::getDWOUnits(bool Lazy) { in getDWOUnits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h214 enum class Kind { Regular, Lazy, Weak }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp194 bool Lazy, in loadModuleFromInput()