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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 133 Error mapEncodedInteger(int64_t &Value, const Twine &Comment = "");
134 Error mapEncodedInteger(uint64_t &Value, const Twine &Comment = "");
135 Error mapEncodedInteger(APSInt &Value, const Twine &Comment = "");
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 415 error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
434 error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
448 error(IO.mapEncodedInteger(Record.Size, "SizeOf"));
622 error(IO.mapEncodedInteger(Record.Offset, "BaseOffset"));
634 error(IO.mapEncodedInteger(Record.Value, "EnumValue"));
646 error(IO.mapEncodedInteger(Record.FieldOffset, "FieldOffset"));
698 error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset"));
699 error(IO.mapEncodedInteger(Record.VTableIndex, "VBTableIndex"));
CodeViewRecordIO.cpp 148 Error CodeViewRecordIO::mapEncodedInteger(int64_t &Value,
173 Error CodeViewRecordIO::mapEncodedInteger(uint64_t &Value,
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) {
SymbolRecordMapping.cpp 213 error(IO.mapEncodedInteger(Constant.Value));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 3186 cantFail(IO.mapEncodedInteger(Value));
3266 cantFail(IO.mapEncodedInteger(Value));

Completed in 18 milliseconds