Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
22 error(IO.mapInteger(Gap.Range)); in operator ()()
30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange()
32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
49 error(IO.mapInteger(Block.Parent)); in visitKnownRecord()
50 error(IO.mapInteger(Block.End)); in visitKnownRecord()
51 error(IO.mapInteger(Block.CodeSize)); in visitKnownRecord()
52 error(IO.mapInteger(Block.CodeOffset)); in visitKnownRecord()
53 error(IO.mapInteger(Bloc in visitKnownRecord()
[all...]
H A DTypeRecordMapping.cpp147 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs)); in operator ()()
150 error(IO.mapInteger(Padding)); in operator ()()
152 error(IO.mapInteger(Method.Type, "Type")); in operator ()()
154 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()()
251 error(IO.mapInteger(RecordLen, "Record length")); in visitTypeBegin()
318 error(IO.mapInteger(Record.ModifiedType, "ModifiedType")); in visitKnownRecord()
330 error(IO.mapInteger(Record.ReturnType, "ReturnType")); in visitKnownRecord()
333 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
334 error(IO.mapInteger(Record.ArgumentList, "ArgListType")); in visitKnownRecord()
346 error(IO.mapInteger(Record.ReturnType, "ReturnType")); 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/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))