Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp22 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
23 error(IO.mapInteger(Gap.Range)); in operator ()()
31 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
32 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange()
33 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
50 error(IO.mapInteger(Block.Parent)); in visitKnownRecord()
51 error(IO.mapInteger(Block.End)); in visitKnownRecord()
52 error(IO.mapInteger(Block.CodeSize)); in visitKnownRecord()
53 error(IO.mapInteger(Block.CodeOffset)); in visitKnownRecord()
54 error(IO.mapInteger(Block.Segment)); in visitKnownRecord()
[all …]
DTypeRecordMapping.cpp25 error(IO.mapInteger(Method.Attrs.Attrs)); in operator ()()
28 error(IO.mapInteger(Padding)); in operator ()()
30 error(IO.mapInteger(Method.Type)); in operator ()()
32 error(IO.mapInteger(Method.VFTableOffset)); in operator ()()
141 error(IO.mapInteger(Record.ModifiedType)); in visitKnownRecord()
149 error(IO.mapInteger(Record.ReturnType)); in visitKnownRecord()
152 error(IO.mapInteger(Record.ParameterCount)); in visitKnownRecord()
153 error(IO.mapInteger(Record.ArgumentList)); in visitKnownRecord()
160 error(IO.mapInteger(Record.ReturnType)); in visitKnownRecord()
161 error(IO.mapInteger(Record.ClassType)); in visitKnownRecord()
[all …]
DCodeViewRecordIO.cpp102 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd) { in mapInteger() function in CodeViewRecordIO
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
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()