Searched refs:mapInteger (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 21 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(Block.Segment)); in visitKnownRecord() [all …]
|
D | TypeRecordMapping.cpp | 125 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs)); in operator ()() 128 error(IO.mapInteger(Padding)); in operator ()() 130 error(IO.mapInteger(Method.Type, "Type")); in operator ()() 132 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()() 206 error(IO.mapInteger(RecordLen, "Record length")); in visitTypeBegin() 273 error(IO.mapInteger(Record.ModifiedType, "ModifiedType")); in visitKnownRecord() 285 error(IO.mapInteger(Record.ReturnType, "ReturnType")); in visitKnownRecord() 288 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord() 289 error(IO.mapInteger(Record.ArgumentList, "ArgListType")); in visitKnownRecord() 301 error(IO.mapInteger(Record.ReturnType, "ReturnType")); in visitKnownRecord() [all …]
|
D | CodeViewRecordIO.cpp | 127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() function in CodeViewRecordIO 259 if (auto EC = mapInteger(FinalZero)) in mapStringZVectorZ()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 66 Error mapInteger(TypeIndex &TypeInd, const Twine &Comment = ""); 99 template <typename T> Error mapInteger(T &Value, const Twine &Comment = "") { 123 if (auto EC = mapInteger(X, Comment))
|