HomeSort by relevance Sort by last modified time
    Searched full:regvar (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
undef-1.s 1 ADDU regvar,$8,$9
undef-1.d 4 #error: undefined reference to `regvar'
undef-1m.d 4 #error: undefined reference to `regvar'
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 828 DbgVariable *RegVar = new DbgVariable(DV, AbsDbgVariable);
829 RegVar->setFrameIndex(VP.first);
830 if (!addCurrentFnArgument(MF, RegVar, Scope))
831 addScopeVariable(Scope, RegVar);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 736 auto RegVar = make_unique<DbgVariable>(Var.first, Var.second);
737 RegVar->initializeMMI(VI.Expr, VI.Slot);
738 if (InfoHolder.addScopeVariable(Scope, RegVar.get()))
739 ConcreteVariables.push_back(std::move(RegVar));
    [all...]
  /toolchain/binutils/binutils-2.27/include/
hp-symtab.h 549 REGVAR is nonzero if the variable is in a register.
566 unsigned int regvar: 1; member in struct:dntt_type_dvar
    [all...]

Completed in 934 milliseconds