| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 41 struct GetTypes; 44 struct GetTypes<R(Args...)> { struct 58 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 59 GetTypes<__VA_ARGS__>::Arg<0>::Type) __attribute__((weak)); \ 60 GetTypes<__VA_ARGS__>::Result Function( \ 61 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0) { \ 66 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 67 GetTypes<__VA_ARGS__>::Arg<0>::Type, \ 68 GetTypes<__VA_ARGS__>::Arg<1>::Type) __attribute__((weak)); \ 69 GetTypes<__VA_ARGS__>::Result Function( \ [all …]
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBCompileUnit.i | 119 A list of types in this compile unit that match type_mask") GetTypes; 121 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
|
| H A D | SBModule.i | 293 A list of types in this module that match type_mask") GetTypes; 295 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/type_get_module/ |
| H A D | TestTypeGetModule.py | 71 cu_type = self.find_type(comp_unit.GetTypes(), 'compile_unit1_type') 75 cu_type = self.find_type(comp_unit.GetTypes(), 'compile_unit2_type')
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 200 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex 210 m_fallback.GetTypes(name, callback); in GetTypes() 213 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex 224 m_fallback.GetTypes(context, callback); in GetTypes()
|
| H A D | DWARFIndex.h | 49 virtual void GetTypes(ConstString name, 51 virtual void GetTypes(const DWARFDeclContext &context,
|
| H A D | AppleDWARFIndex.h | 49 void GetTypes(ConstString name, 51 void GetTypes(const DWARFDeclContext &context,
|
| H A D | DebugNamesDWARFIndex.h | 43 void GetTypes(ConstString name, 45 void GetTypes(const DWARFDeclContext &context,
|
| H A D | ManualDWARFIndex.h | 43 void GetTypes(ConstString name, 45 void GetTypes(const DWARFDeclContext &context,
|
| H A D | AppleDWARFIndex.cpp | 112 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex 120 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
|
| H A D | SymbolFileDWARF.h | 207 void GetTypes(lldb_private::SymbolContextScope *sc_scope, 479 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
|
| H A D | ManualDWARFIndex.cpp | 392 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex 398 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1045 void SymbolFileDWARFDebugMap::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileDWARFDebugMap 1061 oso_dwarf->GetTypes(sc_scope, type_mask, type_list); in GetTypes() 1065 oso_dwarf->GetTypes(sc_scope, type_mask, type_list); in GetTypes()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 133 lldb::SBTypeList SBCompileUnit::GetTypes(uint32_t type_mask) { in GetTypes() function in SBCompileUnit 151 symfile->GetTypes(m_opaque_ptr, type_class, type_list); in GetTypes()
|
| H A D | SBModule.cpp | 527 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes() function in SBModule 541 symfile->GetTypes(nullptr, type_class, type_list); in GetTypes()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCompileUnit.h | 67 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
|
| H A D | SBModule.h | 237 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | types.py | 279 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct) 316 types = module.GetTypes(
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 83 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileSymtab.cpp | 49 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileSymtab
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 449 void SymbolFileOnDemand::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileOnDemand 456 return m_sym_file_impl->GetTypes(sc_scope, type_mask, type_list); in GetTypes()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 164 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFile.h | 263 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 110 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 153 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|