Home
last modified time | relevance | path

Searched refs:BaseTypeRef (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h137 struct BaseTypeRef { struct
138 BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) : in BaseTypeRef() function
145 std::vector<BaseTypeRef> ExprRefedBaseTypes; argument
H A DDwarfDebug.cpp2466 if (Op.getDescription().Op[I] == Encoding::BaseTypeRef) { in emitDebugLocEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp103 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIEValue.def37 HANDLE_DIEVALUE_LARGE(BaseTypeRef)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h47 BaseTypeRef = 8, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp952 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()