| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestType.cpp | 53 std::vector<CompilerContext> mms = { in TEST() 58 std::vector<CompilerContext> mmc = { in TEST() 63 std::vector<CompilerContext> ms = { in TEST() 66 std::vector<CompilerContext> mas = { in TEST() 73 std::vector<CompilerContext> mmms = { in TEST() 79 std::vector<CompilerContext> mme = { in TEST() 83 std::vector<CompilerContext> mma = { in TEST() 89 std::vector<CompilerContext> mme2 = { in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 27 struct CompilerContext { struct 28 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() argument 30 bool operator==(const CompilerContext &rhs) const { 33 bool operator!=(const CompilerContext &rhs) const { return !(*this == rhs); } 43 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, argument 44 llvm::ArrayRef<CompilerContext> pattern);
|
| H A D | SymbolFileOnDemand.h | 159 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
| H A D | SymbolFile.h | 255 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Type.cpp | 37 bool lldb_private::contextMatches(llvm::ArrayRef<CompilerContext> context_chain, in contextMatches() 38 llvm::ArrayRef<CompilerContext> pattern) { in contextMatches() 41 for (const CompilerContext &pat : pattern) { in contextMatches() 49 ctx = std::find_if(ctx, ctx_end, [](const CompilerContext &ctx) { in contextMatches() 66 void CompilerContext::Dump() const { in Dump()
|
| H A D | SymbolFile.cpp | 143 void SymbolFile::FindTypes(llvm::ArrayRef<CompilerContext> pattern, in FindTypes()
|
| H A D | SymbolFileOnDemand.cpp | 438 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, in FindTypes()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.h | 78 llvm::SmallVectorImpl<lldb_private::CompilerContext> &context) const;
|
| H A D | DWARFDIE.cpp | 377 llvm::SmallVectorImpl<lldb_private::CompilerContext> &context) const { in GetDeclContext()
|
| H A D | SymbolFileDWARFDebugMap.h | 127 FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> context,
|
| H A D | SymbolFileDWARF.h | 202 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1184 llvm::ArrayRef<CompilerContext> context, LanguageSet languages, in FindTypes()
|
| H A D | SymbolFileDWARF.cpp | 2493 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, in FindTypes() 2512 llvm::SmallVector<CompilerContext, 4> die_context; in FindTypes()
|
| H A D | DWARFASTParserClang.cpp | 142 llvm::SmallVector<CompilerContext, 4> decl_context; in ParseTypeFromClangModule()
|
| /llvm-project-15.0.7/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 145 static cl::opt<std::string> CompilerContext( variable 246 std::vector<CompilerContext> parseCompilerContext() { in parseCompilerContext() 247 std::vector<CompilerContext> result; in parseCompilerContext() 248 if (opts::symbols::CompilerContext.empty()) in parseCompilerContext() 251 StringRef str{opts::symbols::CompilerContext}; in parseCompilerContext() 802 if (!Name.empty() && !CompilerContext.empty()) in getAction()
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/ |
| H A D | compilercontext.ll | 1 ; Test finding types by CompilerContext.
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 126 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| H A D | SymbolFileBreakpad.cpp | 455 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, in FindTypes()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 145 void FindTypes(llvm::ArrayRef<lldb_private::CompilerContext> pattern,
|
| H A D | SymbolFilePDB.cpp | 1574 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, in FindTypes()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 146 void FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| H A D | SymbolFileNativePDB.cpp | 1620 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, in FindTypes()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Module.h | 442 FindTypes(llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-forward.h | 283 struct CompilerContext;
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Module.cpp | 1028 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, in FindTypes()
|