Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h137 Error mapGuid(GUID &Guid, const Twine &Comment = "");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp222 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()