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

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 101 virtual void EmitDwarfRegOp(const MachineLocation &MLoc, bool Indirect) const
ARMAsmPrinter.cpp 217 void ARMAsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc,
220 if (RI->getDwarfRegNum(MLoc.getReg(), false) != -1) {
221 AsmPrinter::EmitDwarfRegOp(MLoc, Indirect);
224 assert(MLoc.isReg() && !Indirect &&
226 unsigned Reg = MLoc.getReg();
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 412 virtual void EmitDwarfRegOp(const MachineLocation &MLoc,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 816 void AsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc,
819 int Reg = TRI->getDwarfRegNum(MLoc.getReg(), false);
821 for (MCSuperRegIterator SR(MLoc.getReg(), TRI); SR.isValid() && Reg < 0;
835 if (MLoc.isIndirect() || Indirect) {
846 EmitSLEB128(!MLoc.isIndirect() ? 0 : MLoc.getOffset());
847 if (MLoc.isIndirect() && Indirect)
    [all...]
DwarfDebug.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 1599 milliseconds