Searched refs:ConstantIndex (Results 1 – 4 of 4) sorted by relevance
32 unsigned ConstantIndex = 0; in prettyPrintStackMap() local34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap()62 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
106 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator139 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()386 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument388 getConstantOffset(ConstantIndex)); in getConstant()455 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument456 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
268 ConstantIndex enumerator
254 Locs.emplace_back(Location::ConstantIndex, sizeof(int64_t), 0, in parseOperand()346 case Location::ConstantIndex: in print()