Home
last modified time | relevance | path

Searched refs:LVTypeSubrange (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h243 class LVTypeSubrange final : public LVType {
249 LVTypeSubrange() : LVType() { in LVTypeSubrange() function
253 LVTypeSubrange(const LVTypeSubrange &) = delete;
254 LVTypeSubrange &operator=(const LVTypeSubrange &) = delete;
255 ~LVTypeSubrange() = default;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp486 void LVTypeSubrange::resolveExtra() { in resolveExtra()
514 bool LVTypeSubrange::equals(const LVType *Type) const { in equals()
521 void LVTypeSubrange::printExtra(raw_ostream &OS, bool Full) const { in printExtra()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp107 CurrentType = new LVTypeSubrange(); in createElement()