Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h137 Error mapGuid(GUID &Guid, const Twine &Comment = "");
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp225 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() function in CodeViewRecordIO
H A DTypeRecordMapping.cpp603 error(IO.mapGuid(Record.Guid, "Guid")); in visitKnownRecord()