Searched refs:DIEDwarfExpression (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 48 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, in DIEDwarfExpression() function in DIEDwarfExpression 52 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp() 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() 77 void DIEDwarfExpression::disableTemporaryBuffer() { IsBuffering = false; } in disableTemporaryBuffer() 79 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize() 83 void DIEDwarfExpression::commitTemporaryBuffer() { OutDIE.takeValues(TmpDIE); } in commitTemporaryBuffer() [all …]
|
H A D | DwarfCompileUnit.cpp | 204 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() 829 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructVariableDIEImpl() 1231 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructCallSiteParmEntryDIEs() 1418 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addAddress() 1444 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);
|