Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2474 llvm::SmallVector<CompilerContext, 4> die_context; in FindTypes() local
2475 die.GetDeclContext(die_context); in FindTypes()
2476 if (!contextMatches(die_context, pattern)) in FindTypes()