Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h45 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain,
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp38 bool lldb_private::contextMatches(llvm::ArrayRef<CompilerContext> context_chain, in contextMatches() function in lldb_private
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2626 if (!contextMatches(die_context, pattern)) in FindTypes()