| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/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 | 296 A list of types in this module that match type_mask") GetTypes; 298 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 201 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex 211 m_fallback.GetTypes(name, callback); in GetTypes() 214 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex 225 m_fallback.GetTypes(context, callback); in GetTypes()
|
| H A D | DWARFIndex.h | 50 virtual void GetTypes(ConstString name, 52 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 | 44 void GetTypes(ConstString name, 46 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 | 210 void GetTypes(lldb_private::SymbolContextScope *sc_scope, 497 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
|
| H A D | ManualDWARFIndex.cpp | 410 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex 416 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
|
| H A D | SymbolFileDWARF.cpp | 280 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, in GetTypes() function in SymbolFileDWARF 345 GetTypes(child_die, min_die_offset, max_die_offset, type_mask, type_set); in GetTypes() 350 void SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileDWARF 365 GetTypes(unit->DIE(), unit->GetOffset(), unit->GetNextUnitOffset(), in GetTypes() 2512 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes() 2542 m_index->GetTypes(ConstString(name_no_template_params), [&](DWARFDIE die) { in FindTypes() 2620 m_index->GetTypes(name, [&](DWARFDIE die) { in FindTypes() 3005 m_index->GetTypes(GetDWARFDeclContext(die), [&](DWARFDIE type_die) { in FindDefinitionTypeForDWARFDeclContext()
|
| /openbsd-src/gnu/llvm/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 | 529 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes() function in SBModule 543 symfile->GetTypes(nullptr, type_class, type_list); in GetTypes()
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | types.py | 277 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct) 314 types = module.GetTypes(
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 84 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileSymtab.cpp | 50 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileSymtab
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 461 void SymbolFileOnDemand::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileOnDemand 468 return m_sym_file_impl->GetTypes(sc_scope, type_mask, type_list); in GetTypes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 167 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFile.h | 308 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 153 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 131 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
|