HomeSort by relevance Sort by last modified time
    Searched refs:isFrameRegister (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 51 virtual bool isFrameRegister(unsigned MachineReg) = 0;
118 bool isFrameRegister(unsigned MachineReg) override;
132 bool isFrameRegister(unsigned MachineReg) override;
DwarfExpression.cpp 69 if (isFrameRegister(MachineReg)) {
DwarfDebug.cpp 133 bool DebugLocDwarfExpression::isFrameRegister(unsigned MachineReg) {
    [all...]
DwarfUnit.cpp 62 bool DIEDwarfExpression::isFrameRegister(unsigned MachineReg) {
    [all...]

Completed in 710 milliseconds