Searched refs:addMachineRegExpression (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 328 bool addMachineRegExpression(const TargetRegisterInfo &TRI,
|
| H A D | DwarfCompileUnit.cpp | 796 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, in constructVariableDIEImpl() 885 DwarfExpr.addMachineRegExpression( in constructVariableDIEImpl() 1456 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addAddress() 1487 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 | 2575 if (!DwarfExpr.addMachineRegExpression(TRI, ExprCursor, Location.getReg())) in emitDebugLocValue() 2596 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in emitDebugLocValue()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | dw_op_constu.mir | 10 # DwarfExpression::addMachineRegExpression is trying to simplify the DWARF by
|