reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
107 EXPECT_EQ(f->arch, lld::MachOLinkingContext::arch_x86); 108 EXPECT_EQ((int)(f->fileType), MH_OBJECT); 109 EXPECT_EQ((int)(f->flags), MH_SUBSECTIONS_VIA_SYMBOLS); 110 EXPECT_TRUE(f->localSymbols.empty()); 111 EXPECT_TRUE(f->globalSymbols.empty()); 112 EXPECT_TRUE(f->undefinedSymbols.empty());