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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  587     ::memcpy(Guid.Guid, GuidStr.data(), 16);
  590   const GUID &getGuid() const { return Guid; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  577   error(IO.mapGuid(Record.Guid, "Guid"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  553   IO.mapRequired("Guid", Record.Guid);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  432   P.formatLine("name = {0}, age = {1}, guid = {2}", TS.Name, TS.Age, TS.Guid);