Searched refs:CompilerContext (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 52 struct CompilerContext { struct 53 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() function 55 bool operator==(const CompilerContext &rhs) const { 58 bool operator!=(const CompilerContext &rhs) const { return !(*this == rhs); } 66 const CompilerContext &rhs); argument 70 bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, 71 llvm::ArrayRef<CompilerContext> pattern); 204 TypeQuery(const llvm::ArrayRef<lldb_private::CompilerContext> &context, in LLDB_MARK_AS_BITMASK_ENUM() 233 ContextMatches(llvm::ArrayRef<lldb_private::CompilerContext> context) const; in LLDB_MARK_AS_BITMASK_ENUM() 286 std::vector<lldb_private::CompilerContext> &GetContextRef() { in LLDB_MARK_AS_BITMASK_ENUM() [all …]
|
H A D | CompilerDecl.h | 95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
|
H A D | TypeSystem.h | 112 virtual std::vector<lldb_private::CompilerContext> 141 virtual std::vector<lldb_private::CompilerContext>
|
H A D | SymbolFile.h | 235 virtual std::vector<CompilerContext>
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 372 std::vector<CompilerContext> &context) { in GetDeclContextImpl() 424 std::vector<CompilerContext> DWARFDIE::GetDeclContext() const { in GetDeclContext() 426 std::vector<CompilerContext> context; in GetDeclContext() 434 std::vector<CompilerContext> &context) { in GetTypeLookupContextImpl() 496 std::vector<CompilerContext> DWARFDIE::GetTypeLookupContext() const { in GetTypeLookupContext() 498 std::vector<CompilerContext> context; in GetTypeLookupContext()
|
H A D | DWARFDIE.h | 75 std::vector<CompilerContext> GetDeclContext() const; 87 std::vector<CompilerContext> GetTypeLookupContext() const;
|
H A D | SymbolFileDWARFDebugMap.h | 97 std::vector<CompilerContext>
|
H A D | SymbolFileDWARF.h | 155 std::vector<CompilerContext>
|
H A D | SymbolFileDWARF.cpp | 1523 std::vector<CompilerContext> 2751 std::vector<lldb_private::CompilerContext> die_context; in FindTypes() 2809 std::vector<lldb_private::CompilerContext> die_context; in FindTypes()
|
H A D | SymbolFileDWARFDebugMap.cpp | 1392 std::vector<CompilerContext>
|
H A D | DWARFASTParserClang.cpp | 169 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext(); in ParseTypeFromClangModule()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 40 const CompilerContext &rhs) { in operator <<() 46 bool lldb_private::contextMatches(llvm::ArrayRef<CompilerContext> context_chain, in contextMatches() 47 llvm::ArrayRef<CompilerContext> pattern) { in contextMatches() 50 for (const CompilerContext &pat : pattern) { in contextMatches() 58 ctx = std::find_if(ctx, ctx_end, [](const CompilerContext &ctx) { in contextMatches() 124 const llvm::ArrayRef<lldb_private::CompilerContext> &context, in TypeQuery() 155 llvm::ArrayRef<CompilerContext> context_chain) const { in ContextMatches() 166 llvm::ArrayRef<CompilerContext>(context_chain.data() + compare_count, in ContextMatches() 194 void CompilerContext::Dump(Stream &s) const { in Dump()
|
H A D | CompilerDecl.cpp | 56 std::vector<lldb_private::CompilerContext>
|
H A D | TypeSystem.cpp | 179 std::vector<lldb_private::CompilerContext> 184 std::vector<lldb_private::CompilerContext>
|
H A D | Function.cpp | 532 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.h |
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 341 void FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 566 std::vector<lldb_private::CompilerContext> 600 std::vector<lldb_private::CompilerContext>
|
H A D | TypeSystemClang.cpp | 9211 std::vector<lldb_private::CompilerContext> &context) { in InsertCompilerContext() 9224 std::vector<lldb_private::CompilerContext> 9226 std::vector<lldb_private::CompilerContext> context; in DeclGetCompilerContext() 9499 std::vector<lldb_private::CompilerContext> 9502 std::vector<lldb_private::CompilerContext> context; in DeclContextGetCompilerContext()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 301 struct CompilerContext;
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 858 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions()
|