Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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(Block.Segment)); in visitKnownRecord()
[all …]
H A DTypeRecordMapping.cpp127 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs)); in operator ()()
130 error(IO.mapInteger(Padding)); in operator ()()
132 error(IO.mapInteger(Method.Type, "Type")); in operator ()()
134 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()()
231 error(IO.mapInteger(RecordLen, "Record length")); in visitTypeBegin()
298 error(IO.mapInteger(Record.ModifiedType, "ModifiedType")); in visitKnownRecord()
310 error(IO.mapInteger(Record.ReturnType, "ReturnType")); in visitKnownRecord()
313 error(IO.mapInteger(Record.ParameterCount, "NumParameters")); in visitKnownRecord()
314 error(IO.mapInteger(Record.ArgumentList, "ArgListType")); in visitKnownRecord()
326 error(IO.mapInteger(Record.ReturnType, "ReturnType")); in visitKnownRecord()
[all …]
H A DCodeViewRecordIO.cpp127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() function in CodeViewRecordIO
259 if (auto EC = mapInteger(FinalZero)) in mapStringZVectorZ()
/netbsd-src/external/apache2/llvm/dist/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))