Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h34 void Insert(const lldb::TypeSP &type);
38 bool InsertUnique(const lldb::TypeSP &type);
42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
44 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection;
45 typedef AdaptedIterable<collection, lldb::TypeSP, map_adapter> TypeIterable;
50 std::function<bool(const lldb::TypeSP &type_sp)> const &callback) const;
52 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
54 bool Remove(const lldb::TypeSP &type_sp);
H A DTypeList.h33 void Insert(const lldb::TypeSP &type);
39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
41 typedef std::vector<lldb::TypeSP> collection;
42 typedef AdaptedIterable<collection, lldb::TypeSP, vector_adapter>
48 std::function<bool(const lldb::TypeSP &type_sp)> const &callback) const;
50 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
H A DType.h52 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);
63 lldb::TypeSP m_type_sp;
142 lldb::TypeSP GetTypedefType();
244 TypeImpl(const lldb::TypeSP &type_sp);
248 TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic);
252 void SetType(const lldb::TypeSP &type_sp);
256 void SetType(const lldb::TypeSP &type_sp, const CompilerType &dynamic);
397 TypeAndOrName(lldb::TypeSP &type_sp);
414 void SetTypeSP(lldb::TypeSP type_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h171 lldb::TypeSP CreateModifierType(PdbTypeSymId type_id,
174 lldb::TypeSP CreatePointerType(PdbTypeSymId type_id,
178 lldb::TypeSP CreateTagType(PdbTypeSymId type_id,
181 lldb::TypeSP CreateTagType(PdbTypeSymId type_id,
184 lldb::TypeSP CreateTagType(PdbTypeSymId type_id,
187 lldb::TypeSP CreateArrayType(PdbTypeSymId type_id,
190 lldb::TypeSP CreateFunctionType(PdbTypeSymId type_id,
193 lldb::TypeSP CreateProcedureType(PdbTypeSymId type_id,
203 lldb::TypeSP GetOrCreateType(PdbTypeSymId type_id);
210 lldb::TypeSP GetOrCreateTypedef(PdbGlobalSymId id);
[all …]
H A DSymbolFileNativePDB.cpp389 TypeSP func_type = GetOrCreateType(proc.FunctionType); in CreateFunction()
447 lldb::TypeSP
451 TypeSP pointee = GetOrCreateType(pr.ReferentType); in CreatePointerType()
529 lldb::TypeSP
683 TypeSP result = full_iter->second; in CreateAndCacheType()
718 TypeSP type = CreateAndCacheType(type_id); in GetOrCreateType()
1251 TypeSP type = GetOrCreateType(ti); in FindTypesByName()
1270 TypeSP type = GetOrCreateType(*ti); in ParseTypes()
1322 TypeSP type_sp = GetOrCreateType(var_info.type); in CreateLocalVariable()
1361 TypeSP target_type = GetOrCreateType(udt.Type); in CreateTypedef()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h44 lldb::TypeSP ParseTypeFromDWARF(const lldb_private::SymbolContext &sc,
133 lldb::TypeSP ParseStructureLikeDIE(const lldb_private::SymbolContext &sc,
162 lldb::TypeSP
164 const DWARFDIE &die, lldb::TypeSP type_sp);
167 lldb::TypeSP ParseTypeFromClangModule(const lldb_private::SymbolContext &sc,
206 lldb::TypeSP ParseTypeModifier(const lldb_private::SymbolContext &sc,
209 lldb::TypeSP ParseEnum(const lldb_private::SymbolContext &sc,
211 lldb::TypeSP ParseSubroutine(const DWARFDIE &die,
214 lldb::TypeSP ParseArrayType(const DWARFDIE &die,
216 lldb::TypeSP ParsePointerToMemberType(const DWARFDIE &die,
H A DSymbolFileDWARFDwo.h56 lldb::TypeSP FindDefinitionTypeForDWARFDeclContext(
59 lldb::TypeSP FindCompleteObjCDefinitionTypeForDIE(
H A DUniqueDWARFASTType.h24 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, in UniqueDWARFASTType()
45 lldb::TypeSP m_type_sp;
H A DSymbolFileDWARFDwo.cpp107 lldb::TypeSP SymbolFileDWARFDwo::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext()
113 lldb::TypeSP SymbolFileDWARFDwo::FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE()
H A DDWARFASTParserClang.cpp149 return TypeSP(); in ParseTypeFromClangModule()
183 return TypeSP(); in ParseTypeFromClangModule()
189 return TypeSP(); in ParseTypeFromClangModule()
196 return TypeSP(); in ParseTypeFromClangModule()
474 if (TypeSP type_sp = in ParseTypeFromDWARF()
490 TypeSP type_sp; in ParseTypeFromDWARF()
547 lldb::TypeSP
558 TypeSP type_sp; in ParseTypeModifier()
778 TypeSP type_sp; in ParseEnum()
1409 TypeSP
[all …]
H A DSymbolFileDWARF.h368 lldb::TypeSP ParseType(const lldb_private::SymbolContext &sc,
399 virtual lldb::TypeSP
402 virtual lldb::TypeSP FindCompleteObjCDefinitionTypeForDIE(
409 lldb::TypeSP GetTypeForDIE(const DWARFDIE &die,
H A DDWARFASTParser.h29 virtual lldb::TypeSP ParseTypeFromDWARF(const lldb_private::SymbolContext &sc,
H A DSymbolFileDWARFDebugMap.cpp1088 TypeSP SymbolFileDWARFDebugMap::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext()
1090 TypeSP type_sp; in FindDefinitionTypeForDWARFDeclContext()
1114 TypeSP SymbolFileDWARFDebugMap::FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE()
1124 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE()
1148 TypeSP type_sp(oso_dwarf->FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE()
1165 TypeSP type_sp; in FindCompleteObjCDefinitionTypeForDIE()
1175 return TypeSP(); in FindCompleteObjCDefinitionTypeForDIE()
H A DSymbolFileDWARFDebugMap.h265 lldb::TypeSP
270 lldb::TypeSP FindCompleteObjCDefinitionTypeForDIE(
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp27 void TypeMap::Insert(const TypeSP &type_sp) { in Insert()
34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique()
83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex()
91 return TypeSP(); in GetTypeAtIndex()
95 std::function<bool(const lldb::TypeSP &type_sp)> const &callback) const { in ForEach()
103 std::function<bool(lldb::TypeSP &type_sp)> const &callback) { in ForEach()
110 bool TypeMap::Remove(const lldb::TypeSP &type_sp) { in Remove()
H A DTypeList.cpp27 void TypeList::Insert(const TypeSP &type_sp) { in Insert()
66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex()
75 return TypeSP(); in GetTypeAtIndex()
79 std::function<bool(const lldb::TypeSP &type_sp)> const &callback) const { in ForEach()
87 std::function<bool(lldb::TypeSP &type_sp)> const &callback) { in ForEach()
H A DType.cpp114 bool operator()(const lldb::TypeSP &type) { in operator ()()
129 const lldb::TypeSP &type_sp) in SymbolFileType()
391 lldb::TypeSP Type::GetTypedefType() { in GetTypedefType()
392 lldb::TypeSP type_sp; in GetTypedefType()
737 TypeAndOrName::TypeAndOrName(TypeSP &in_type_sp) { in TypeAndOrName()
778 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP()
807 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl()
817 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) in TypeImpl()
828 void TypeImpl::SetType(const lldb::TypeSP &type_sp) { in SetType()
844 void TypeImpl::SetType(const lldb::TypeSP &type_sp, in SetType()
H A DSymbolContext.cpp572 [curr_block, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
581 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
591 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
611 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
630 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
646 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectMemory.h36 lldb::TypeSP &type_sp);
63 lldb::TypeSP m_type_sp;
69 const Address &address, lldb::TypeSP &type_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp85 lldb::TypeSP
92 TypeSP complete_type_sp(complete_class_iter->second.lock()); in LookupInCompleteClassCache()
101 return TypeSP(); in LookupInCompleteClassCache()
117 return TypeSP(); in LookupInCompleteClassCache()
128 TypeSP type_sp(types.GetTypeAtIndex(i)); in LookupInCompleteClassCache()
140 return TypeSP(); in LookupInCompleteClassCache()
405 TypeSP complete_objc_class_type_sp = LookupInCompleteClassCache(class_name); in GetRuntimeType()
H A DObjCLanguageRuntime.h123 lldb::TypeSP GetType() { return m_type_wp.lock(); } in GetType()
125 void SetType(const lldb::TypeSP &type_sp) { m_type_wp = type_sp; } in SetType()
253 lldb::TypeSP type_sp);
258 lldb::TypeSP LookupInCompleteClassCache(ConstString &name);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp34 lldb::TypeSP &type_sp) { in Create()
54 lldb::TypeSP &type_sp) in ValueObjectMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h249 llvm::DenseMap<uint32_t, lldb::TypeSP> m_types;
255 std::vector<lldb::TypeSP> m_builtin_types;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h97 typedef std::map<lldb_private::ConstString, lldb::TypeSP> TypeMap;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h117 TypeNameSpecifierImpl(lldb::TypeSP type) : m_is_regex(false), m_type() { in TypeNameSpecifierImpl()

12