Home
last modified time | relevance | path

Searched refs:mapInteger (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp22 error(IO.mapInteger(Gap.Range)); in operator ()()
32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
49 error(IO.mapInteger(Block.Parent)); in visitKnownRecord()
50 error(IO.mapInteger(Block.End)); in visitKnownRecord()
62 error(IO.mapInteger(Thunk.End)); in visitKnownRecord()
63 error(IO.mapInteger(Thunk.Next)); in visitKnownRecord()
78 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
93 error(IO.mapInteger(Padding)); in visitKnownRecord()
118 error(IO.mapInteger(BPRel.Type)); in visitKnownRecord()
138 error(IO.mapInteger(Padding)); in visitKnownRecord()
[all …]
H A DTypeRecordMapping.cpp150 error(IO.mapInteger(Padding)); in operator ()()
373 return IO.mapInteger(N, "Strings"); in visitKnownRecord()
415 error(IO.mapInteger(Record.Attrs, Attr)); in visitKnownRecord()
510 error(IO.mapInteger(Byte)); in visitKnownRecord()
513 error(IO.mapInteger(Size)); in visitKnownRecord()
516 error(IO.mapInteger(Byte)); in visitKnownRecord()
535 error(IO.mapInteger(NamesLen)); in visitKnownRecord()
547 error(IO.mapInteger(Record.Id, "Id")); in visitKnownRecord()
555 error(IO.mapInteger(Record.UDT, "UDT")); in visitKnownRecord()
564 error(IO.mapInteger(Record.UDT, "UDT")); in visitKnownRecord()
[all …]
H A DCodeViewRecordIO.cpp129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() function in CodeViewRecordIO
264 if (auto EC = mapInteger(FinalZero)) in mapStringZVectorZ()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h69 Error mapInteger(TypeIndex &TypeInd, const Twine &Comment = "");
102 template <typename T> Error mapInteger(T &Value, const Twine &Comment = "") {
126 if (auto EC = mapInteger(X, Comment))