Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp375 const CompilerContext &query_context, in SameAsEntryContext()
418 llvm::ArrayRef<CompilerContext> parent_contexts, in SameParentChain()
433 llvm::ArrayRef<CompilerContext> query_contexts, in WithinParentChain()
498 llvm::SmallVector<CompilerContext>
500 std::vector<lldb_private::CompilerContext> &query_decl_context = in GetTypeQueryParentContexts()
502 llvm::SmallVector<CompilerContext> parent_contexts; in GetTypeQueryParentContexts()
506 llvm::ArrayRef<CompilerContext> parent_contexts_ref( in GetTypeQueryParentContexts()
508 for (const CompilerContext &ctx : llvm::reverse(parent_contexts_ref)) { in GetTypeQueryParentContexts()
523 std::vector<lldb_private::CompilerContext> query_context = in GetTypesWithQuery()
528 llvm::SmallVector<CompilerContext> parent_contexts = in GetTypesWithQuery()
[all …]
H A DDWARFDIE.cpp381 static CompilerContext GetContextEntry(DWARFDIE die, in GetContextEntry()
384 return CompilerContext(kind, ConstString(die.GetName())); in GetContextEntry()
410 return CompilerContext(kind, ConstString(name)); in GetContextEntry()
416 return CompilerContext(kind, ConstString(os.str())); in GetContextEntry()
425 std::vector<CompilerContext> &context) { in GetDeclContextImpl()
455 std::vector<CompilerContext>
458 std::vector<CompilerContext> context; in GetDeclContext()
466 std::vector<CompilerContext> &context) { in GetTypeLookupContextImpl()
502 std::vector<CompilerContext>
505 std::vector<CompilerContext> context; in GetTypeLookupContext()
H A DDebugNamesDWARFIndex.h127 bool SameParentChain(llvm::ArrayRef<CompilerContext> parent_contexts,
147 bool WithinParentChain(llvm::ArrayRef<CompilerContext> parent_contexts,
151 bool SameAsEntryContext(const CompilerContext &query_context,
154 llvm::SmallVector<CompilerContext>
H A DDWARFDIE.h83 std::vector<CompilerContext>
103 std::vector<CompilerContext>
H A DDWARFIndex.cpp154 std::vector<lldb_private::CompilerContext> die_context; in ProcessTypeDIEMatchQuery()
H A DSymbolFileDWARFDebugMap.h97 std::vector<CompilerContext>
H A DSymbolFileDWARF.h154 std::vector<CompilerContext>
H A DSymbolFileDWARFDebugMap.cpp1399 std::vector<CompilerContext>
H A DSymbolFileDWARF.cpp1462 std::vector<CompilerContext>
2736 std::vector<CompilerContext> qualified_context = in FindTypes()
H A DDWARFASTParserClang.cpp262 std::vector<lldb_private::CompilerContext> die_context = die.GetDeclContext(); in ParseTypeFromClangModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h52 struct CompilerContext { struct
53 CompilerContext(CompilerContextKind t, ConstString n) : kind(t), name(n) {} in CompilerContext() argument
55 bool operator==(const CompilerContext &rhs) const {
58 bool operator!=(const CompilerContext &rhs) const { return !(*this == rhs); }
66 const CompilerContext &rhs); argument
208 TypeQuery(const llvm::ArrayRef<lldb_private::CompilerContext> &context, in LLDB_MARK_AS_BITMASK_ENUM()
237 ContextMatches(llvm::ArrayRef<lldb_private::CompilerContext> context) const; in LLDB_MARK_AS_BITMASK_ENUM()
322 std::vector<lldb_private::CompilerContext> &GetContextRef() { in LLDB_MARK_AS_BITMASK_ENUM()
330 std::vector<lldb_private::CompilerContext> m_context; in LLDB_MARK_AS_BITMASK_ENUM()
H A DCompilerDecl.h95 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
H A DCompilerDeclContext.h64 std::vector<lldb_private::CompilerContext> GetCompilerContext() const;
H A DTypeSystem.h112 virtual std::vector<lldb_private::CompilerContext>
141 virtual std::vector<lldb_private::CompilerContext>
H A DFunction.h546 std::vector<CompilerContext> GetCompilerContext();
H A DSymbolFile.h243 virtual std::vector<CompilerContext>
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp56 std::vector<lldb_private::CompilerContext>
H A DTypeSystem.cpp183 std::vector<lldb_private::CompilerContext>
188 std::vector<lldb_private::CompilerContext>
H A DType.cpp43 const CompilerContext &rhs) { in operator <<()
98 const llvm::ArrayRef<lldb_private::CompilerContext> &context, in TypeQuery()
129 llvm::ArrayRef<CompilerContext> context_chain) const { in ContextMatches()
164 auto should_skip = [this](const CompilerContext &ctx) { in ContextMatches()
205 void CompilerContext::Dump(Stream &s) const { in Dump()
H A DFunction.cpp543 std::vector<CompilerContext> Function::GetCompilerContext() { in GetCompilerContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h342 void FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h565 std::vector<lldb_private::CompilerContext>
599 std::vector<lldb_private::CompilerContext>
H A DTypeSystemClang.cpp9136 std::vector<lldb_private::CompilerContext> &context) { in InsertCompilerContext()
9149 std::vector<lldb_private::CompilerContext>
9151 std::vector<lldb_private::CompilerContext> context; in DeclGetCompilerContext()
9424 std::vector<lldb_private::CompilerContext>
9427 std::vector<lldb_private::CompilerContext> context; in DeclContextGetCompilerContext()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h306 struct CompilerContext;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp842 void Module::FindFunctions(llvm::ArrayRef<CompilerContext> compiler_ctx, in FindFunctions()