Searched defs:Lazy (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h37 void setLazy(bool Lazy) { setTag(Lazy); } argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h28 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; member in class:llvm::DomTreeUpdater::UpdateStrategy
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp47 addUnitsForDWOSection(DWARFContext &C, const DWARFSection &DWOSection, DWARFSectionKind SectionKind, bool Lazy) argument
59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) argument
H A DDWARFContext.cpp917 void DWARFContext::parseDWOUnits(bool Lazy) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h213 enum class Kind { Regular, Lazy, Weak }; member in class:llvm::object::MachOBindEntry::Kind
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp182 loadModuleFromInput(lto::InputFile *Input, LLVMContext &Context, bool Lazy, bool IsImporting) argument

Completed in 261 milliseconds