Home
last modified time | relevance | path

Searched refs:CompilerContext (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h52 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 …]
HDCompilerDeclContext.h65 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
HDCompilerDecl.h95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
HDTypeSystem.h112 virtual std::vector<lldb_private::CompilerContext>
141 virtual std::vector<lldb_private::CompilerContext>
HDFunction.h540 std::vector<CompilerContext> GetCompilerContext();
HDSymbolFile.h235 virtual std::vector<CompilerContext>
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.cpp372 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()
HDDWARFDIE.h75 std::vector<CompilerContext> GetDeclContext() const;
87 std::vector<CompilerContext> GetTypeLookupContext() const;
HDSymbolFileDWARFDebugMap.h97 std::vector<CompilerContext>
HDSymbolFileDWARF.h155 std::vector<CompilerContext>
HDSymbolFileDWARF.cpp1523 std::vector<CompilerContext>
2751 std::vector<lldb_private::CompilerContext> die_context; in FindTypes()
2809 std::vector<lldb_private::CompilerContext> die_context; in FindTypes()
HDSymbolFileDWARFDebugMap.cpp1392 std::vector<CompilerContext>
HDDWARFASTParserClang.cpp169 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext(); in ParseTypeFromClangModule()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDType.cpp40 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()
HDCompilerDecl.cpp56 std::vector<lldb_private::CompilerContext>
HDCompilerDeclContext.cpp62 std::vector<lldb_private::CompilerContext>
HDTypeSystem.cpp179 std::vector<lldb_private::CompilerContext>
184 std::vector<lldb_private::CompilerContext>
HDFunction.cpp532 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h341 void FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h566 std::vector<lldb_private::CompilerContext>
600 std::vector<lldb_private::CompilerContext>
HDTypeSystemClang.cpp9211 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-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h301 struct CompilerContext;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp858 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions()