HomeSort by: relevance | last modified time | path
    Searched defs:DIVar (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 298 const DILocalVariable *DIVar =
300 if (DIVar->isParameter() &&
301 getDISubprogram(DIVar->getScope())->describes(&MF->getFunction()) &&
CodeViewDebug.h 97 const DILocalVariable *DIVar = nullptr;
DwarfCompileUnit.cpp 1481 const auto *DIVar = Var.getVariable();
1482 if (DIVar)
1483 if (uint32_t AlignInBytes = DIVar->getAlignInBytes())
1487 addSourceLine(VariableDie, DIVar);
CodeViewDebug.cpp 487 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram();
1230 Var.DIVar = VI.Var;
1343 const DILocalVariable *DIVar = cast<DILocalVariable>(IV.first);
1351 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt);
1353 Scope = LScopes.findLexicalScope(DIVar->getScope());
1359 Var.DIVar = DIVar;
2662 if (L.DIVar->isParameter())
2665 return L->DIVar->getArg() < R->DIVar->getArg()
    [all...]

Completed in 29 milliseconds