| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 40 struct GetTypes; 43 struct GetTypes<R(Args...)> { struct 57 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 58 GetTypes<__VA_ARGS__>::Arg<0>::Type) __attribute__((weak)); \ 59 GetTypes<__VA_ARGS__>::Result Function( \ 60 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0) { \ 65 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \ 66 GetTypes<__VA_ARGS__>::Arg<0>::Type, \ 67 GetTypes<__VA_ARGS__>::Arg<1>::Type) __attribute__((weak)); \ 68 GetTypes<__VA_ARGS__>::Result Function( \ [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBCompileUnit.i | 103 A list of types in this compile unit that match type_mask") GetTypes; 105 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
|
| H A D | SBModule.i | 286 A list of types in this module that match type_mask") GetTypes; 288 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 129 lldb::SBTypeList SBCompileUnit::GetTypes(uint32_t type_mask) { in GetTypes() function in SBCompileUnit 130 LLDB_RECORD_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t), in GetTypes() 148 symfile->GetTypes(m_opaque_ptr, type_class, type_list); in GetTypes() 261 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t)); in RegisterMethods()
|
| H A D | SBModule.cpp | 540 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes() function in SBModule 541 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t), in GetTypes() 555 symfile->GetTypes(nullptr, type_class, type_list); in GetTypes() 756 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndex.h | 43 void GetTypes(ConstString name, 45 void GetTypes(const DWARFDeclContext &context,
|
| H A D | DebugNamesDWARFIndex.cpp | 194 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex 204 m_fallback.GetTypes(name, callback); in GetTypes() 207 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex 218 m_fallback.GetTypes(context, callback); in GetTypes()
|
| H A D | DWARFIndex.h | 46 virtual void GetTypes(ConstString name, 48 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 | AppleDWARFIndex.cpp | 108 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex 116 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
|
| H A D | ManualDWARFIndex.cpp | 381 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex 387 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARF.h | 205 void GetTypes(lldb_private::SymbolContextScope *sc_scope, 449 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1053 void SymbolFileDWARFDebugMap::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileDWARFDebugMap 1069 oso_dwarf->GetTypes(sc_scope, type_mask, type_list); in GetTypes() 1073 oso_dwarf->GetTypes(sc_scope, type_mask, type_list); in GetTypes()
|
| H A D | SymbolFileDWARFDebugMap.h | 134 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileDWARF.cpp | 302 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, in GetTypes() function in SymbolFileDWARF 367 GetTypes(child_die, min_die_offset, max_die_offset, type_mask, type_set); in GetTypes() 372 void SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileDWARF 387 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes() 2351 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes() 2413 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes() 2795 m_index->GetTypes(dwarf_decl_ctx, [&](DWARFDIE type_die) { in FindDefinitionTypeForDWARFDeclContext()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCompileUnit.h | 64 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
|
| H A D | SBModule.h | 235 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 83 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileSymtab.cpp | 54 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileSymtab
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 108 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolFile.h | 252 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 153 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 127 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
|
| H A D | SymbolFileNativePDB.cpp | 1550 void SymbolFileNativePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileNativePDB
|