Searched refs:BaseTypeRef (Results 1 – 6 of 6) sorted by relevance
137 struct BaseTypeRef { struct138 BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) : in BaseTypeRef() function145 std::vector<BaseTypeRef> ExprRefedBaseTypes; argument
2466 if (Op.getDescription().Op[I] == Encoding::BaseTypeRef) { in emitDebugLocEntry()
103 Descriptions[DW_OP_convert] = Desc(Op::Dwarf5, Op::BaseTypeRef); in getDescriptions()106 Desc(Op::Dwarf5, Op::SizeLEB, Op::BaseTypeRef); in getDescriptions()171 case Operation::BaseTypeRef: in extract()289 if (Size == Operation::BaseTypeRef && U) { in print()364 if (Size == Operation::BaseTypeRef) { in verify()
37 HANDLE_DIEVALUE_LARGE(BaseTypeRef)
47 BaseTypeRef = 8, enumerator
952 if ((Op0 == Encoding::BaseTypeRef && Op1 != Encoding::SizeNA) || in cloneExpression()953 (Op1 == Encoding::BaseTypeRef && Op0 != Encoding::Size1)) in cloneExpression()956 if ((Op0 == Encoding::BaseTypeRef && Op1 == Encoding::SizeNA) || in cloneExpression()957 (Op1 == Encoding::BaseTypeRef && Op0 == Encoding::Size1)) { in cloneExpression()