reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
425 EXPECT_EQ(reloc1.offset, 0x16U); 426 EXPECT_FALSE(reloc1.scattered); 427 EXPECT_EQ((int)reloc1.type, (int)llvm::MachO::GENERIC_RELOC_VANILLA); 428 EXPECT_EQ(reloc1.length, 2); 429 EXPECT_TRUE(reloc1.pcRel); 430 EXPECT_TRUE(reloc1.isExtern); 431 EXPECT_EQ(reloc1.symbol, 1U); 432 EXPECT_EQ((int)(reloc1.value), 0);