Searched refs:DIEDwarfExpression (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 41 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 …]
|
| H A D | DwarfCompileUnit.cpp | 207 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()
|
| H A D | DwarfExpression.h | 405 class DIEDwarfExpression final : public DwarfExpression { 429 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
|