Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h137 class DIEDwarfExpression : public DwarfExpression {
143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DDwarfUnit.cpp47 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, in DIEDwarfExpression() function in DIEDwarfExpression
52 void DIEDwarfExpression::EmitOp(uint8_t Op, const char* Comment) { in EmitOp()
55 void DIEDwarfExpression::EmitSigned(int64_t Value) { in EmitSigned()
58 void DIEDwarfExpression::EmitUnsigned(uint64_t Value) { in EmitUnsigned()
61 bool DIEDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI, in isFrameRegister()
370 DIEDwarfExpression Expr(*Asm, *this, TheDie); in addRegisterOpPiece()
378 DIEDwarfExpression Expr(*Asm, *this, TheDie); in addRegisterOffset()
DDwarfCompileUnit.cpp525 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
547 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
778 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addComplexAddress()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp41 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, in DIEDwarfExpression() function in DIEDwarfExpression
45 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp()
49 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
53 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
57 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1()
61 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
65 void DIEDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
70 void DIEDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()
72 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
76 void DIEDwarfExpression::commitTemporaryBuffer() { OutDIE.takeValues(TmpDIE); } in commitTemporaryBuffer()
[all …]
DDwarfCompileUnit.cpp207 std::unique_ptr<DIEDwarfExpression> DwarfExpr; in addLocationAttribute()
242 DwarfExpr = std::make_unique<DIEDwarfExpression>(*Asm, *this, *Loc); in addLocationAttribute()
521 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in updateSubprogramScopeDIEImpl()
756 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
773 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
790 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
852 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
1258 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructCallSiteParmEntryDIEs()
1455 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addAddress()
1481 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addComplexAddress()
DDwarfExpression.h405 class DIEDwarfExpression final : public DwarfExpression {
429 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h384 class DIEDwarfExpression final : public DwarfExpression {
407 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
DDwarfUnit.cpp49 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, in DIEDwarfExpression() function in DIEDwarfExpression
53 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp()
57 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned()
61 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned()
65 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1()
69 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef()
73 void DIEDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer()
78 void DIEDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer()
80 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize()
84 void DIEDwarfExpression::commitTemporaryBuffer() { OutDIE.takeValues(TmpDIE); } in commitTemporaryBuffer()
[all …]
DDwarfCompileUnit.cpp190 std::unique_ptr<DIEDwarfExpression> DwarfExpr; in addLocationAttribute()
220 DwarfExpr = std::make_unique<DIEDwarfExpression>(*Asm, *this, *Loc); in addLocationAttribute()
629 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
655 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl()
1006 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructCallSiteParmEntryDIEs()
1193 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addAddress()
1219 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addComplexAddress()