Home
last modified time | relevance | path

Searched refs:m_types (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DTypeMap.cpp22 TypeMap::TypeMap() : m_types() {} in TypeMap()
37 iterator pos, end = m_types.end(); in InsertUnique()
39 for (pos = m_types.find(type_uid); in InsertUnique()
86 for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in GetTypeAtIndex()
96 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach()
104 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach()
113 for (iterator pos = m_types.find(uid), end = m_types.end(); in Remove()
116 m_types.erase(pos); in Remove()
125 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in Dump()
139 iterator pos, end = m_types.end(); in RemoveMismatchedTypes()
[all …]
H A DTypeList.cpp22 TypeList::TypeList() : m_types() {} in TypeList()
31 m_types.push_back(type_sp); in Insert()
58 void TypeList::Clear() { m_types.clear(); } in Clear()
70 for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in GetTypeAtIndex()
80 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach()
88 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach()
95 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in Dump()
123 iterator pos, end = m_types.end(); in RemoveMismatchedTypes()
184 m_types.swap(matching_types); in RemoveMismatchedTypes()
197 iterator pos, end = m_types.end(); in RemoveMismatchedTypes()
[all …]
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp136 : TypeFormatImpl(flags), m_enum_type(type_name), m_types() {} in TypeFormatImpl_EnumType()
156 auto iter = m_types.find(valobj_key), end = m_types.end(); in FormatObject()
175 m_types.emplace(valobj_key, valobj_enum_type); in FormatObject()
/llvm-project-15.0.7/lldb/source/Target/
H A DSystemRuntime.cpp30 SystemRuntime::SystemRuntime(Process *process) : Runtime(process), m_types() {} in SystemRuntime()
43 return m_types; in GetExtendedBacktraceTypes()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeList.h45 TypeIterable Types() { return TypeIterable(m_types); } in Types()
65 collection m_types; variable
H A DTypeMap.h47 TypeIterable Types() { return TypeIterable(m_types); } in Types()
64 collection m_types; variable
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DSystemRuntime.h298 std::vector<ConstString> m_types;
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp717 auto full_iter = m_types.find(toOpaqueUid(*full_decl_uid)); in CreateAndCacheType()
718 if (full_iter != m_types.end()) { in CreateAndCacheType()
722 m_types[toOpaqueUid(type_id)] = result; in CreateAndCacheType()
739 m_types[best_uid] = result; in CreateAndCacheType()
743 m_types[toOpaqueUid(type_id)] = result; in CreateAndCacheType()
752 auto iter = m_types.find(toOpaqueUid(type_id)); in GetOrCreateType()
753 if (iter != m_types.end()) in GetOrCreateType()
1765 auto iter = m_types.find(toOpaqueUid(id)); in GetOrCreateTypedef()
1766 if (iter != m_types.end()) in GetOrCreateTypedef()
1911 auto iter = m_types.find(type_uid); in ResolveTypeUID()
[all …]
H A DSymbolFileNativePDB.h273 llvm::DenseMap<lldb::user_id_t, lldb::TypeSP> m_types; variable
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp559 auto find_result = m_types.find(type_uid); in ResolveTypeUID()
560 if (find_result != m_types.end()) in ResolveTypeUID()
585 m_types.insert(std::make_pair(type_uid, result)); in ResolveTypeUID()
1515 auto iter = m_types.find(result->getSymIndexId()); in FindTypesByRegex()
1516 if (iter == m_types.end()) in FindTypesByRegex()
1565 auto iter = m_types.find(result->getSymIndexId()); in FindTypesByName()
1566 if (iter == m_types.end()) in FindTypesByName()
H A DSymbolFilePDB.h247 llvm::DenseMap<uint32_t, lldb::TypeSP> m_types; variable
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h212 mutable std::unordered_map<void *, CompilerType> m_types; variable
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp675 if (m_types.size() == 0) { in GetExtendedBacktraceTypes()
676 m_types.push_back(ConstString("libdispatch")); in GetExtendedBacktraceTypes()
680 return m_types; in GetExtendedBacktraceTypes()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp314 process->ReadCStringFromMemory(m_types_ptr, m_types, error); in Read()
417 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe()
H A DAppleObjCClassDescriptorV2.h155 std::string m_types; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_sve.td1088 string name, string m_types, string xz_types, string types,
1090 def _M : SInst<name, m_types, types, MergeOp1, intrinsic, flags>;
1095 multiclass SInstCvtMX<string name, string m_types, string xz_types,
1098 def _M : SInst<name, m_types, types, MergeOp1, intrinsic, flags>;