Searched refs:findInlinedScope (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h185 /// findInlinedScope - Find an inlined scope for the given scope/inlined-at.
186 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { function in class:llvm::LexicalScopes
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1803 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA);
1879 Scope = LScopes.findInlinedScope(LocalScope, IA);
H A DCodeViewDebug.cpp1334 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt);

Completed in 206 milliseconds