Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp23 error(IO.mapInteger(Gap.Range)); in operator ()()
33 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
50 error(IO.mapInteger(Block.Parent)); in visitKnownRecord()
51 error(IO.mapInteger(Block.End)); in visitKnownRecord()
63 error(IO.mapInteger(Thunk.End)); in visitKnownRecord()
64 error(IO.mapInteger(Thunk.Next)); in visitKnownRecord()
79 error(IO.mapInteger(Tramp.Size)); in visitKnownRecord()
94 error(IO.mapInteger(Padding)); in visitKnownRecord()
119 error(IO.mapInteger(BPRel.Type)); in visitKnownRecord()
139 error(IO.mapInteger(Padding)); in visitKnownRecord()
[all …]
H A DTypeRecordMapping.cpp28 error(IO.mapInteger(Padding)); in operator ()()
30 error(IO.mapInteger(Method.Type)); in operator ()()
267 error(IO.mapInteger(Size)); in visitKnownRecord()
274 error(IO.mapInteger(Byte)); in visitKnownRecord()
277 error(IO.mapInteger(Size)); in visitKnownRecord()
280 error(IO.mapInteger(Byte)); in visitKnownRecord()
299 error(IO.mapInteger(NamesLen)); in visitKnownRecord()
308 error(IO.mapInteger(Record.Id)); in visitKnownRecord()
437 error(IO.mapInteger(Padding)); in visitKnownMember()
469 error(IO.mapInteger(Padding)); in visitKnownMember()
[all …]
H A DCodeViewRecordIO.cpp102 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd) { in mapInteger() function in CodeViewRecordIO
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h42 Error mapInteger(TypeIndex &TypeInd);
60 template <typename T> Error mapInteger(T &Value) { in mapInteger() function
76 if (auto EC = mapInteger(X)) in mapEnum()