Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h175 struct BaseTypeRef { struct
176 BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) : in BaseTypeRef() function
183 std::vector<BaseTypeRef> ExprRefedBaseTypes; argument
H A DDwarfDebug.cpp3057 if (Op.getDescription().Op[I] == Encoding::BaseTypeRef) { in emitDebugLocEntry()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.cpp97 Descriptions[DW_OP_convert] = Desc(Op::Dwarf5, Op::BaseTypeRef); in getOpDescriptions()
99 Desc(Op::Dwarf5, Op::SizeLEB, Op::BaseTypeRef); in getOpDescriptions()
203 case Operation::BaseTypeRef: in extract()
/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/LowLevel/
H A DDWARFExpression.h45 BaseTypeRef = 8, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp77 } else if (Size == DWARFExpression::Operation::BaseTypeRef && U) { in printOp()
H A DDWARFVerifier.cpp667 if (Size == DWARFExpression::Operation::BaseTypeRef) { in verifyExpressionOp()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1105 if ((Desc.Op.size() == 2 && Desc.Op[0] == Encoding::BaseTypeRef) || in cloneDieAttrExpression()
1106 (Desc.Op.size() == 2 && Desc.Op[1] == Encoding::BaseTypeRef && in cloneDieAttrExpression()
1110 if ((Desc.Op.size() == 1 && Desc.Op[0] == Encoding::BaseTypeRef) || in cloneDieAttrExpression()
1111 (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()