Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dcompilercontext.ll13 ; RUN: -compiler-context="Module:CModule,AnyModule:*,Struct:FromSubmodule" \
16 ; RUN: -compiler-context="AnyModule:*,Struct:FromSubmodule" \
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestType.cpp68 {CompilerContextKind::AnyModule, ConstString("*")}, in TEST()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h210 AnyModule = Any | Module, enumerator
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp47 if (pat.kind == CompilerContextKind::AnyModule) { in contextMatches()
58 if (pat.kind != CompilerContextKind::AnyModule && ctx->name != pat.name) in contextMatches()
101 case CompilerContextKind::AnyModule: in Dump()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp269 .Case("AnyModule", CompilerContextKind::AnyModule) in parseCompilerContext()