Searched refs:addMachineRegExpression (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 266 bool addMachineRegExpression(const TargetRegisterInfo &TRI,
|
H A D | DwarfCompileUnit.cpp | 831 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, in applyConcreteDbgVariableAttributes() 927 DwarfExpr.addMachineRegExpression( in applyConcreteDbgVariableAttributes() 957 DwarfExpr.addMachineRegExpression( in applyConcreteDbgVariableAttributes() 1581 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addAddress() 1611 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addComplexAddress()
|
H A D | DwarfExpression.cpp | 251 bool DwarfExpression::addMachineRegExpression(const TargetRegisterInfo &TRI, in addMachineRegExpression() function in DwarfExpression
|
H A D | DwarfDebug.cpp | 2656 if (!DwarfExpr.addMachineRegExpression(TRI, ExprCursor, Location.getReg())) in emitDebugLocValue() 2677 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in emitDebugLocValue()
|