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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp21 error(IO.mapInteger(Gap.GapStartOffset));
22 error(IO.mapInteger(Gap.Range));
30 error(IO.mapInteger(Range.OffsetStart));
31 error(IO.mapInteger(Range.ISectStart));
32 error(IO.mapInteger(Range.Range));
49 error(IO.mapInteger(Block.Parent));
50 error(IO.mapInteger(Block.End));
51 error(IO.mapInteger(Block.CodeSize));
52 error(IO.mapInteger(Block.CodeOffset));
53 error(IO.mapInteger(Bloc
[all...]
H A DTypeRecordMapping.cpp125 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs));
128 error(IO.mapInteger(Padding));
130 error(IO.mapInteger(Method.Type, "Type"));
132 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset"));
206 error(IO.mapInteger(RecordLen, "Record length"));
273 error(IO.mapInteger(Record.ModifiedType, "ModifiedType"));
285 error(IO.mapInteger(Record.ReturnType, "ReturnType"));
288 error(IO.mapInteger(Record.ParameterCount, "NumParameters"));
289 error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
301 error(IO.mapInteger(Recor
[all...]
H A DCodeViewRecordIO.cpp127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { function in class:CodeViewRecordIO
259 if (auto EC = mapInteger(FinalZero))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h66 Error mapInteger(TypeIndex &TypeInd, const Twine &Comment = "");
99 template <typename T> Error mapInteger(T &Value, const Twine &Comment = "") { function in class:llvm::codeview::CodeViewRecordIO
123 if (auto EC = mapInteger(X, Comment))

Completed in 168 milliseconds