Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp40 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 DSBCompileUnit.i103 A list of types in this compile unit that match type_mask") GetTypes;
105 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
H A DSBModule.i286 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 DSBCompileUnit.cpp129 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 DSBModule.cpp540 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 DManualDWARFIndex.h43 void GetTypes(ConstString name,
45 void GetTypes(const DWARFDeclContext &context,
H A DDebugNamesDWARFIndex.cpp194 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 DDWARFIndex.h46 virtual void GetTypes(ConstString name,
48 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 DAppleDWARFIndex.cpp108 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
116 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
H A DManualDWARFIndex.cpp381 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
387 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
H A DSymbolFileDWARF.h205 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
449 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
H A DSymbolFileDWARFDebugMap.cpp1053 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 DSymbolFileDWARFDebugMap.h134 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileDWARF.cpp302 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 DSBCompileUnit.h64 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
H A DSBModule.h235 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h83 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp54 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileSymtab
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h108 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h252 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h153 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h127 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
H A DSymbolFileNativePDB.cpp1550 void SymbolFileNativePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileNativePDB

12