Searched defs:Lazy (Results 1 – 7 of 7) sorted by relevance
27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module()64 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
30 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
49 bool Lazy) { in addUnitsForDWOSection()63 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
980 void DWARFContext::parseDWOUnits(bool Lazy) { in parseDWOUnits()
395 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
213 enum class Kind { Regular, Lazy, Weak }; enumerator
189 bool Lazy, in loadModuleFromInput()