Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp41 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 DSBCompileUnit.i119 A list of types in this compile unit that match type_mask") GetTypes;
121 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
H A DSBModule.i293 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 DTestTypeGetModule.py71 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 DDebugNamesDWARFIndex.cpp200 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 DDWARFIndex.h49 virtual void GetTypes(ConstString name,
51 virtual void GetTypes(const DWARFDeclContext &context,
H A DAppleDWARFIndex.h49 void GetTypes(ConstString name,
51 void GetTypes(const DWARFDeclContext &context,
H A DDebugNamesDWARFIndex.h43 void GetTypes(ConstString name,
45 void GetTypes(const DWARFDeclContext &context,
H A DManualDWARFIndex.h43 void GetTypes(ConstString name,
45 void GetTypes(const DWARFDeclContext &context,
H A DAppleDWARFIndex.cpp112 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
120 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
H A DSymbolFileDWARF.h207 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
479 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
H A DManualDWARFIndex.cpp392 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
398 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
H A DSymbolFileDWARFDebugMap.cpp1045 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 DSBCompileUnit.cpp133 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 DSBModule.cpp527 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 DSBCompileUnit.h67 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
H A DSBModule.h237 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
/llvm-project-15.0.7/lldb/examples/python/
H A Dtypes.py279 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct)
316 types = module.GetTypes(
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h83 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp49 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileSymtab
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp449 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 DSymbolFileOnDemand.h164 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFile.h263 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h110 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h153 void GetTypes(lldb_private::SymbolContextScope *sc_scope,

12