Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h187 LexicalScope *findInlinedScope(const DILocalScope *N, const DILocation *IA) { in findInlinedScope() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1334 Scope = LScopes.findInlinedScope(LocalVar->getScope(), IA); in collectEntityInfo()
1388 Scope = LScopes.findInlinedScope(Label->getScope(), IA); in collectEntityInfo()
H A DCodeViewDebug.cpp1263 Scope = LScopes.findInlinedScope(DIVar->getScope(), InlinedAt); in collectVariableInfo()