Searched refs:addMachineRegExpression (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 233 bool addMachineRegExpression(const TargetRegisterInfo &TRI,
|
D | DwarfCompileUnit.cpp | 582 DwarfExpr.addMachineRegExpression( in constructVariableDIEImpl() 958 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addAddress() 982 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addComplexAddress()
|
D | DwarfExpression.cpp | 208 bool DwarfExpression::addMachineRegExpression(const TargetRegisterInfo &TRI, in addMachineRegExpression() function in DwarfExpression
|
D | DwarfUnit.cpp | 540 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in addBlockByrefAddress()
|
D | DwarfDebug.cpp | 1749 if (!DwarfExpr.addMachineRegExpression(TRI, Cursor, Location.getReg())) in emitDebugLocValue()
|