HomeSort by: relevance | last modified time | path
    Searched refs:mapInteger (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolRecordMapping.cpp 21 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(Block.Segment))
    [all...]
TypeRecordMapping.cpp 127 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs));
130 error(IO.mapInteger(Padding));
132 error(IO.mapInteger(Method.Type, "Type"));
134 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset"));
231 error(IO.mapInteger(RecordLen, "Record length"));
298 error(IO.mapInteger(Record.ModifiedType, "ModifiedType"));
310 error(IO.mapInteger(Record.ReturnType, "ReturnType"));
313 error(IO.mapInteger(Record.ParameterCount, "NumParameters"));
314 error(IO.mapInteger(Record.ArgumentList, "ArgListType"));
326 error(IO.mapInteger(Record.ReturnType, "ReturnType"))
    [all...]
CodeViewRecordIO.cpp 127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) {
259 if (auto EC = mapInteger(FinalZero))
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 67 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))

Completed in 15 milliseconds