Home
last modified time | relevance | path

Searched refs:tbarUndef (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileBinaryWriterTests.cpp169 const Symbol& tbarUndef = f2->undefinedSymbols[1]; in TEST() local
170 EXPECT_TRUE(tbarUndef.name.equals("_tbar")); in TEST()
171 EXPECT_EQ(N_UNDF, tbarUndef.type); in TEST()
172 EXPECT_EQ(SymbolScope(N_EXT), tbarUndef.scope); in TEST()
281 const Symbol& tbarUndef = f2->undefinedSymbols[1]; in TEST() local
282 EXPECT_TRUE(tbarUndef.name.equals("_tbar")); in TEST()
283 EXPECT_EQ(N_UNDF, tbarUndef.type); in TEST()
284 EXPECT_EQ(SymbolScope(N_EXT), tbarUndef.scope); in TEST()