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

References

tools/llvm-ifs/llvm-ifs.cpp
   93     IO.enumCase(SymbolType, "NoType", IFSSymbolType::NoType);
   94     IO.enumCase(SymbolType, "Func", IFSSymbolType::Func);
   95     IO.enumCase(SymbolType, "Object", IFSSymbolType::Object);
   96     IO.enumCase(SymbolType, "Unknown", IFSSymbolType::Unknown);
   98     if (!IO.outputting() && IO.matchEnumFallback())
   98     if (!IO.outputting() && IO.matchEnumFallback())