Home
last modified time | relevance | path

Searched refs:mapGuid (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h139 Error mapGuid(GUID &Guid, const Twine &Comment = "");
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() function in CodeViewRecordIO
H A DTypeRecordMapping.cpp623 error(IO.mapGuid(Record.Guid, "Guid")); in visitKnownRecord()