reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 EXPECT_EQ(f->arch, lld::MachOLinkingContext::arch_x86_64); 77 EXPECT_EQ((int)(f->fileType), MH_OBJECT); 78 EXPECT_EQ((int)(f->flags), MH_SUBSECTIONS_VIA_SYMBOLS); 79 EXPECT_TRUE(f->localSymbols.empty()); 80 EXPECT_TRUE(f->globalSymbols.empty()); 81 EXPECT_TRUE(f->undefinedSymbols.empty());