reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
106 IO.mapOptional("Undefined", Symbol.Undefined, false);
tools/llvm-elfabi/ELFObjHandler.cpp 243 TargetSym.Undefined = RawSym.isUndefined();
unittests/TextAPI/ELFYAMLTest.cpp82 EXPECT_FALSE(SymBar.Undefined); 90 EXPECT_FALSE(SymBaz.Undefined); 98 EXPECT_FALSE(SymFoo.Undefined); 107 EXPECT_TRUE(SymNor.Undefined); 115 EXPECT_TRUE(SymNot.Undefined); 165 SymFoo.Undefined = false; 172 SymBar.Undefined = false; 178 SymNor.Undefined = true; 184 SymNot.Undefined = false;