reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
44 codeview::GUID getGuid() const;
82 return IS->getGuid();
tools/lld/COFF/DebugTypes.cpp 200 if (info.getGuid() != ts.getGuid())
tools/lld/COFF/PDB.cpp 427 auto it = typeServerIndexMappings.emplace(info.getGuid(), CVIndexMap());
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 153 if (expected_info->getGuid() != guid)
tools/llvm-pdbutil/DumpOutputStyle.cpp 255 P.formatLine("GUID: {0}", fmt_guid(PS.getGuid().Guid));
tools/llvm-pdbutil/YAMLOutputStyle.cpp 163 Obj.PdbStream->Guid = InfoS.getGuid();