HomeSort by relevance Sort by last modified time
    Searched defs:ValueForTypeID (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 85 int ValueForTypeID; // The value to write - may not be equal to the type id.
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 172 int ValueForTypeID; // The value to write - may not be equal to the type id.
260 MCAsmInfo::getSLEB128Size(PrevAction->ValueForTypeID);
262 SizeAction -= MCAsmInfo::getSLEB128Size(PrevAction->ValueForTypeID);
272 int ValueForTypeID = TypeID < 0 ? FilterOffsets[-1 - TypeID] : TypeID;
273 unsigned SizeTypeID = MCAsmInfo::getSLEB128Size(ValueForTypeID);
279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction};
446 JCE->emitSLEB128Bytes(Action.ValueForTypeID);

Completed in 45 milliseconds