Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DStackMapPrinter.h32 unsigned ConstantIndex = 0; in prettyPrintStackMap() local
34 W.startLine() << " #" << ++ConstantIndex << ": " << C.getValue() << "\n"; in prettyPrintStackMap()
62 case StackMapParserT::LocationKind::ConstantIndex: in prettyPrintStackMap()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DStackMapParser.h107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator
140 assert(getKind() == LocationKind::ConstantIndex && in getConstantIndex()
387 ConstantAccessor getConstant(unsigned ConstantIndex) const { in getConstant() argument
389 getConstantOffset(ConstantIndex)); in getConstant()
456 std::size_t getConstantOffset(unsigned ConstantIndex) const { in getConstantOffset() argument
457 return ConstantsListOffset + ConstantIndex * ConstantSize; in getConstantOffset()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DStackMaps.h268 ConstantIndex enumerator
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackMaps.cpp328 case Location::ConstantIndex: in print()
502 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
/openbsd/src/gnu/llvm/llvm/docs/
DStackMaps.rst343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex
384 pool, referred to by ``ConstantIndex`` locations.