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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 110 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
DwarfFile.cpp 145 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) {
DwarfDebug.cpp 693 InfoHolder.addScopeVariable(Scope, AbsDbgVariable.get());
738 if (InfoHolder.addScopeVariable(Scope, RegVar.get()))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 313 void addScopeVariable(LexicalScope *LS, DbgVariable *Var);
DwarfDebug.cpp 778 addScopeVariable(Scope, AbsDbgVariable);
831 addScopeVariable(Scope, RegVar);
    [all...]

Completed in 65 milliseconds