Home
last modified time | relevance | path

Searched refs:Subrange (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h125 Subrange, // --attribute=subrange enumerator
355 ATTRIBUTE_OPTION(Subrange);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp930 if (auto *Subrange = dyn_cast<DISubrange>(El)) { in dependencies() local
931 if (auto Count = Subrange->getCount()) in dependencies()
934 if (auto LB = Subrange->getLowerBound()) in dependencies()
937 if (auto UB = Subrange->getUpperBound()) in dependencies()
940 if (auto ST = Subrange->getStride()) in dependencies()
H A DDwarfUnit.cpp1463 const auto Subrange = cast<DISubrange>(Elements[0]); in hasVectorBeenPadded() local
1465 Subrange->getCount() in hasVectorBeenPadded()
1466 ? Subrange->getCount().get<ConstantInt *>()->getSExtValue() in hasVectorBeenPadded()
H A DCodeViewDebug.cpp1713 const DISubrange *Subrange = cast<DISubrange>(Element); in lowerTypeArray() local
1720 if (auto *CI = Subrange->getCount().dyn_cast<ConstantInt *>()) in lowerTypeArray()
1722 else if (auto *UI = Subrange->getUpperBound().dyn_cast<ConstantInt *>()) { in lowerTypeArray()
1725 auto *LI = Subrange->getLowerBound().dyn_cast<ConstantInt *>(); in lowerTypeArray()
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp119 clEnumValN(LVAttributeKind::Subrange, "subrange",
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst174 =subrange: Subrange encoding information for arrays.
570 =Subrange: Array subrange.
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dstabs.texinfo1825 @section Subrange Types