Searched refs:DIEDwarfExpression (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 40 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, in DIEDwarfExpression() function in DIEDwarfExpression 48 void DIEDwarfExpression::emitSigned(int64_t Value) { in emitSigned() 52 void DIEDwarfExpression::emitUnsigned(uint64_t Value) { in emitUnsigned() 56 void DIEDwarfExpression::emitData1(uint8_t Value) { in emitData1() 60 void DIEDwarfExpression::emitBaseTypeRef(uint64_t Idx) { in emitBaseTypeRef() 64 void DIEDwarfExpression::enableTemporaryBuffer() { in enableTemporaryBuffer() 71 unsigned DIEDwarfExpression::getTemporaryBufferSize() { in getTemporaryBufferSize() 728 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 742 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructTypeDIE() 1490 DIEDwarfExpression DwarfExpr(*Asm, getCU(), *Loc); in constructArrayTypeDIE() [all …]
|
| H A D | DwarfCompileUnit.cpp | 208 std::unique_ptr<DIEDwarfExpression> DwarfExpr; in addLocationAttribute() 243 DwarfExpr = std::make_unique<DIEDwarfExpression>(*Asm, *this, *Loc); in addLocationAttribute() 552 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in updateSubprogramScopeDIE() 774 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in applyConcreteDbgVariableAttributes() 791 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in applyConcreteDbgVariableAttributes() 808 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in applyConcreteDbgVariableAttributes() 877 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in applyConcreteDbgVariableAttributes() 936 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in applyConcreteDbgVariableAttributes() 1314 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in constructCallSiteParmEntryDIEs() 1554 DIEDwarfExpression DwarfExpr(*Asm, *this, *Loc); in addAddress() [all …]
|
| H A D | DwarfExpression.h | 405 class DIEDwarfExpression final : public DwarfExpression { 429 DIEDwarfExpression(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
|