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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  608   StringRef getString() const { return String; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  502   error(IO.mapStringZ(Record.String, "StringData"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  560   IO.mapRequired("String", Record.String);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
  216   llvm::sys::path::Style style = working_dir.String.startswith("/")
  219   if (llvm::sys::path::is_absolute(file_name.String, style))
  220     return file_name.String;
  222   llvm::SmallString<64> absolute_path = working_dir.String;
  223   llvm::sys::path::append(absolute_path, file_name.String);