Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h260 ConstantIndex enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp311 case Location::ConstantIndex: in print()
485 Loc.Type = Location::ConstantIndex; in recordStackMapOpers()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStackMaps.rst343 uint8 : Register | Direct | Indirect | Constant | ConstantIndex
384 pool, referred to by ``ConstantIndex`` locations.