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

References

lib/TextAPI/ELF/TBEHandler.cpp
   27     IO.enumCase(SymbolType, "NoType", ELFSymbolType::NoType);
   99     if (Symbol.Type == ELFSymbolType::NoType) {
tools/llvm-elfabi/ELFObjHandler.cpp
  216       return ELFSymbolType::NoType;
unittests/TextAPI/ELFYAMLTest.cpp
  106   EXPECT_EQ(SymNor.Type, ELFSymbolType::NoType);
  164   SymFoo.Type = ELFSymbolType::NoType;