Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
414 error(IO.mapInteger(Record.Attrs, Attr)); in visitKnownRecord()
509 error(IO.mapInteger(Byte)); in visitKnownRecord()
512 error(IO.mapInteger(Size)); in visitKnownRecord()
515 error(IO.mapInteger(Byte)); in visitKnownRecord()
534 error(IO.mapInteger(NamesLen)); in visitKnownRecord()
546 error(IO.mapInteger(Record.Id, "Id")); in visitKnownRecord()
554 error(IO.mapInteger(Record.UDT, "UDT")); in visitKnownRecord()
563 error(IO.mapInteger(Record.UDT, "UDT")); in visitKnownRecord()
[all …]
H A DCodeViewRecordIO.cpp130 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() function in CodeViewRecordIO
265 if (auto EC = mapInteger(FinalZero)) in mapStringZVectorZ()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h67 Error mapInteger(TypeIndex &TypeInd, const Twine &Comment = "");
100 template <typename T> Error mapInteger(T &Value, const Twine &Comment = "") {
124 if (auto EC = mapInteger(X, Comment))