Searched defs:Lazy (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | module.c | 27 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 D | container-size-empty.cpp | 92 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 D | GenericDomTreeUpdater.h | 31 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 56 bool Lazy) { in addUnitsForDWOSection() 70 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
|
H A D | DWARFContext.cpp | 303 getDWOUnits(bool Lazy) getDWOUnits() argument 640 getDWOUnits(bool Lazy) getDWOUnits() argument 1509 getDWOUnits(bool Lazy) getDWOUnits() argument
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 422 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 214 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 194 loadModuleFromInput(lto::InputFile * Input,LLVMContext & Context,bool Lazy,bool IsImporting) loadModuleFromInput() argument
|