Searched refs:ConstantIndex (Results 1 – 5 of 5) 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()
107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator140 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()387 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument389 getConstantOffset(ConstantIndex)); in getConstant()456 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument457 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
260 ConstantIndex enumerator
311 case Location::ConstantIndex: in print()485 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex384 pool, referred to by ``ConstantIndex`` locations.