Home
last modified time | relevance | path

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

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