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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  548   W.printFlags("Flags", uint16_t(Local.Flags), getLocalFlagNames());
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  394   error(IO.mapEnum(Local.Flags));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  368   IO.mapRequired("Flags", Symbol.Flags);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1066       if ((local.Flags & LocalSymFlags::IsParameter) == LocalSymFlags::None)
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  636           ((local.Flags & LocalSymFlags::IsParameter) != LocalSymFlags::None);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  801       formatLocalSymFlags(P.getIndentLevel() + 9, Local.Flags);