Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp48 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, in DIEDwarfExpression() function in DIEDwarfExpression
56 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
60 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
64 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1()
68 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
72 void DIEDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
79 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
723 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE()
1441 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
1452 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE()
[all …]
H A DDwarfCompileUnit.cpp204 std::unique_ptr<DIEDwarfExpression> DwarfExpr; in addLocationAttribute()
239 DwarfExpr = std::make_unique<DIEDwarfExpression>(*Asm, *this, *Loc); in addLocationAttribute()
485 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in updateSubprogramScopeDIE()
742 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
759 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
776 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
838 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
1241 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructCallSiteParmEntryDIEs()
1428 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addAddress()
1454 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addComplexAddress()
H A DDwarfExpression.h406 class DIEDwarfExpression final : public DwarfExpression {
430 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);