Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp2417 llvm::SmallVector<CompilerContext, 4> die_context; in FindTypes() local
2418 die.GetDeclContext(die_context); in FindTypes()
2419 if (!contextMatches(die_context, pattern)) in FindTypes()