Searched refs:addMachineRegExpression (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 327 bool addMachineRegExpression(const TargetRegisterInfo &TRI,
|
| H A D | DwarfCompileUnit.cpp | 798 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, in constructVariableDIEImpl() 887 DwarfExpr.addMachineRegExpression( in constructVariableDIEImpl() 1461 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addAddress() 1492 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 | 2611 if (!DwarfExpr.addMachineRegExpression(TRI, ExprCursor, Location.getReg())) in emitDebugLocValue() 2632 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in emitDebugLocValue()
|