Lines Matching defs:lazy
187 ObjFile::ObjFile(SymbolTable &symtab, COFFObjectFile *coffObj, bool lazy)
188 : InputFile(symtab, ObjectKind, coffObj->getMemoryBufferRef(), lazy),
191 ObjFile *ObjFile::create(COFFLinkerContext &ctx, MemoryBufferRef m, bool lazy) {
203 lazy);
218 if (!lazy)
514 // other targets). Allow such aliases to be overridden by lazy archive
522 // to be part of the implementation and override potential lazy
1268 std::unique_ptr<lto::InputFile> &o, bool lazy)
1269 : InputFile(symtab, BitcodeKind, mb, lazy) {
1275 uint64_t offsetInArchive, bool lazy) {
1297 lazy);
1369 if (!lazy)