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 | 871 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, in applyConcreteDbgVariableAttributes() 964 DwarfExpr.addMachineRegExpression( in applyConcreteDbgVariableAttributes() 989 DwarfExpr.addMachineRegExpression( in applyConcreteDbgVariableAttributes() 1627 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addAddress() 1657 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addComplexAddress()
|
| H A D | DwarfExpression.cpp | 257 bool DwarfExpression::addMachineRegExpression(const TargetRegisterInfo &TRI, in addMachineRegExpression() function in DwarfExpression
|
| H A D | DwarfDebug.cpp | 3094 if (!DwarfExpr.addMachineRegExpression(TRI, ExprCursor, Location.getReg())) in emitDebugLocValue() 3115 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in emitDebugLocValue()
|