Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h43 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp36 bool lldb_private::contextMatches(llvm::ArrayRef<CompilerContext> context_chain, in contextMatches() function in lldb_private
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2419 if (!contextMatches(die_context, pattern)) in FindTypes()