Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-c-test/
H A Dmodule.c27 LLVMModuleRef llvm_load_module(LLVMContextRef C, bool Lazy, bool New) { in llvm_load_module() argument
64 LLVMModuleRef M = llvm_load_module(LLVMGetGlobalContext(), Lazy, New); in llvm_module_dump() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-size-empty.cpp92 struct Lazy { struct
93 constexpr unsigned size() const { return 0; } in size()
94 constexpr bool empty() const { return true; } in empty()
/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h31 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp56 bool Lazy) { in addUnitsForDWOSection()
70 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
H A DDWARFContext.cpp303 getDWOUnits(bool Lazy) getDWOUnits() argument
640 getDWOUnits(bool Lazy) getDWOUnits() argument
1509 getDWOUnits(bool Lazy) getDWOUnits() argument
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp422 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
/llvm-project/llvm/include/llvm/Object/
H A DMachO.h214 enum class Kind { Regular, Lazy, Weak }; enumerator
/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp194 loadModuleFromInput(lto::InputFile * Input,LLVMContext & Context,bool Lazy,bool IsImporting) loadModuleFromInput() argument