Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h169 struct BaseTypeRef { struct
170 BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) : in BaseTypeRef() argument
177 std::vector<BaseTypeRef> ExprRefedBaseTypes; argument
H A DDwarfDebug.cpp2619 if (Op.getDescription().Op[I] == Encoding::BaseTypeRef) { in emitDebugLocEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp101 Descriptions[DW_OP_convert] = Desc(Op::Dwarf5, Op::BaseTypeRef); in getOpDescriptions()
104 Desc(Op::Dwarf5, Op::SizeLEB, Op::BaseTypeRef); in getOpDescriptions()
200 case Operation::BaseTypeRef: in extract()
327 } else if (Size == Operation::BaseTypeRef && U) { in print()
401 if (Size == Operation::BaseTypeRef) { in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIEValue.def37 HANDLE_DIEVALUE_LARGE(BaseTypeRef)
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h44 BaseTypeRef = 8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1108 if ((Desc.Op.size() == 2 && Desc.Op[0] == Encoding::BaseTypeRef) || in cloneDieAttrExpression()
1109 (Desc.Op.size() == 2 && Desc.Op[1] == Encoding::BaseTypeRef && in cloneDieAttrExpression()
1113 if ((Desc.Op.size() == 1 && Desc.Op[0] == Encoding::BaseTypeRef) || in cloneDieAttrExpression()
1114 (Desc.Op.size() == 2 && Desc.Op[1] == Encoding::BaseTypeRef && in cloneDieAttrExpression()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1169 if ((Desc.Op.size() == 2 && Desc.Op[0] == Encoding::BaseTypeRef) || in cloneExpression()
1170 (Desc.Op.size() == 2 && Desc.Op[1] == Encoding::BaseTypeRef && in cloneExpression()
1174 if ((Desc.Op.size() == 1 && Desc.Op[0] == Encoding::BaseTypeRef) || in cloneExpression()
1175 (Desc.Op.size() == 2 && Desc.Op[1] == Encoding::BaseTypeRef && in cloneExpression()