Searched refs:mapStringZ (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp54 error(IO.mapStringZ(Block.Name));
68 error(IO.mapStringZ(Thunk.Name));
97 error(IO.mapStringZ(Section.Name));
109 error(IO.mapStringZ(CoffGroup.Name));
119 error(IO.mapStringZ(BPRel.Name));
160 error(IO.mapStringZ(FileStatic.Name));
169 error(IO.mapStringZ(Export.Name));
185 error(IO.mapStringZ(Compile2.Version));
204 error(IO.mapStringZ(Compile3.Version));
214 error(IO.mapStringZ(Constan
[all...]
H A DTypeRecordMapping.cpp137 error(IO.mapStringZ(Method.Name, "Name"));
167 error(IO.mapStringZ(N));
168 error(IO.mapStringZ(U));
173 error(IO.mapStringZ(N));
179 error(IO.mapStringZ(Name, "Name"));
181 error(IO.mapStringZ(UniqueName, "LinkageName"));
390 error(IO.mapStringZ(Record.Name, "Name"));
493 return IO.mapStringZ(S, "MethodName");
502 error(IO.mapStringZ(Record.String, "StringData"));
529 error(IO.mapStringZ(Recor
[all...]
H A DCodeViewRecordIO.cpp204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { function in class:CodeViewRecordIO
255 if (auto EC = mapStringZ(V))
263 if (auto EC = mapStringZ(S))
267 if (auto EC = mapStringZ(S))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h135 Error mapStringZ(StringRef &Value, const Twine &Comment = "");

Completed in 100 milliseconds