reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TextAPI/ELF/TBEHandler.cpp
  108     IO.mapOptional("Warning", Symbol.Warning);
unittests/TextAPI/ELFYAMLTest.cpp
   84   EXPECT_FALSE(SymBar.Warning.hasValue());
   92   EXPECT_FALSE(SymBaz.Warning.hasValue());
  100   EXPECT_TRUE(SymFoo.Warning.hasValue());
  101   EXPECT_STREQ(SymFoo.Warning->c_str(), "Deprecated!");
  109   EXPECT_FALSE(SymNor.Warning.hasValue());
  117   EXPECT_TRUE(SymNot.Warning.hasValue());
  118   EXPECT_STREQ(SymNot.Warning->c_str(), "All fields populated!");
  167   SymFoo.Warning = "Does nothing";