Searched refs:addMachineRegExpression (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 327 bool addMachineRegExpression(const TargetRegisterInfo &TRI,
|
| H A D | DwarfCompileUnit.cpp | 816 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, in applyConcreteDbgVariableAttributes() 912 DwarfExpr.addMachineRegExpression( in applyConcreteDbgVariableAttributes() 942 DwarfExpr.addMachineRegExpression( in applyConcreteDbgVariableAttributes() 1560 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addAddress() 1590 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addComplexAddress()
|
| H A D | DwarfExpression.cpp | 250 bool DwarfExpression::addMachineRegExpression(const TargetRegisterInfo &TRI, in addMachineRegExpression() function in DwarfExpression
|
| H A D | DwarfDebug.cpp | 2655 if (!DwarfExpr.addMachineRegExpression(TRI, ExprCursor, Location.getReg())) in emitDebugLocValue() 2676 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in emitDebugLocValue()
|