Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h32 unsigned ConstantIndex = 0; in prettyPrintStackMap() local
34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap()
62 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h106 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5
137 /// Get the constant-index for this location. (Kind must be ConstantIndex).
139 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()
386 ConstantAccessor getConstant(unsigned ConstantIndex) const {
388 getConstantOffset(ConstantIndex)); in getConstant()
455 std::size_t getConstantOffset(unsigned ConstantIndex) const {
456 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset() argument
107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 global() enumerator
387 getConstant(unsigned ConstantIndex) getConstant() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h268 ConstantIndex enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp254 Locs.emplace_back(Location::ConstantIndex, sizeof(int64_t), 0, in parseOperand()
346 case Location::ConstantIndex: in print()
645 /// uint8 : Register | Direct | Indirect | Constant | ConstantIndex