HomeSort by: relevance | last modified time | path
    Searched refs:findLexicalScope (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LexicalScopes.h 170 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
172 LexicalScope *findLexicalScope(const DILocation *DL);
191 /// findLexicalScope - Find regular lexical scope or return null.
192 LexicalScope *findLexicalScope(const DILocalScope *N) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LexicalScopes.cpp 122 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) {
137 return findLexicalScope(Scope);
LiveDebugVariables.cpp 1138 LexicalScope *Scope = LS.findLexicalScope(dl);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 1539 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
1574 auto *LScope = LScopes.findLexicalScope(DL);
1602 auto *PredScope = LScopes.findLexicalScope(PredDL);
1810 Scope = LScopes.findLexicalScope(LocalVar->getScope());
1884 Scope = LScopes.findLexicalScope(LocalScope);
1903 Scope = LScopes.findLexicalScope(DV->getScope());
1905 Scope = LScopes.findLexicalScope(DL->getScope());
DbgEntityHistoryCalculator.cpp 154 Scope = LScopes.findLexicalScope(LocalVar->getScope());
CodeViewDebug.cpp 1191 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc);
1353 Scope = LScopes.findLexicalScope(DIVar->getScope());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp 1605 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get());
1661 auto *Scope = LS.findLexicalScope(MI.getDebugLoc().get());
3304 auto *Scope = LS.findLexicalScope(ScopeLoc);

Completed in 25 milliseconds