Searched refs:addMachineRegExpression (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 328 bool addMachineRegExpression(const TargetRegisterInfo &TRI,
|
H A D | DwarfCompileUnit.cpp | 784 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, in constructVariableDIEImpl() 864 DwarfExpr.addMachineRegExpression( in constructVariableDIEImpl() 1424 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addAddress() 1455 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 | 2505 if (!DwarfExpr.addMachineRegExpression(TRI, ExprCursor, Location.getReg())) in emitDebugLocValue() 2526 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in emitDebugLocValue()
|