reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
183 EXPECT_EQ(f->arch, lld::MachOLinkingContext::arch_x86_64); 184 EXPECT_EQ((int)(f->fileType), MH_OBJECT); 185 EXPECT_EQ((int)(f->flags), MH_SUBSECTIONS_VIA_SYMBOLS); 186 EXPECT_TRUE(f->localSymbols.empty()); 187 EXPECT_TRUE(f->globalSymbols.empty()); 188 EXPECT_TRUE(f->undefinedSymbols.empty());