Searched refs:ConstantIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h32 unsigned ConstantIndex = 0; local
34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n";
62 case StackMapParserT::LocationKind::ConstantIndex:
63 OS << "ConstantIndex #" << Loc.getConstantIndex() << " ("
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h104 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 member in class:llvm::StackMapParser::LocationKind
135 /// Get the constant-index for this location. (Kind must be ConstantIndex).
137 assert(getKind() == LocationKind::ConstantIndex &&
367 ConstantAccessor getConstant(unsigned ConstantIndex) const {
369 getConstantOffset(ConstantIndex));
436 std::size_t getConstantOffset(unsigned ConstantIndex) const {
437 return ConstantsListOffset + ConstantIndex * ConstantSize;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h202 ConstantIndex enumerator in enum:llvm::StackMaps::Location::LocationType
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp219 case Location::ConstantIndex:
323 Loc.Type = Location::ConstantIndex;
471 /// uint8 : Register | Direct | Indirect | Constant | ConstantIndex

Completed in 112 milliseconds