Searched refs:GetTypes (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp40 struct GetTypes;
43 struct GetTypes<R(Args...)> { struct in namespace:__anon1038
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_
[all...]
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h39 virtual void GetTypes(ConstString name, DIEArray &offsets) = 0;
40 virtual void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) = 0;
H A DManualDWARFIndex.h35 void GetTypes(ConstString name, DIEArray &offsets) override;
36 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
H A DAppleDWARFIndex.h42 void GetTypes(ConstString name, DIEArray &offsets) override;
43 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.h34 void GetTypes(ConstString name, DIEArray &offsets) override;
35 void GetTypes(const DWARFDeclContext &context, DIEArray &offsets) override;
H A DDebugNamesDWARFIndex.cpp186 void DebugNamesDWARFIndex::GetTypes(ConstString name, DIEArray &offsets) { function in class:DebugNamesDWARFIndex
187 m_fallback.GetTypes(name, offsets);
196 void DebugNamesDWARFIndex::GetTypes(const DWARFDeclContext &context, function in class:DebugNamesDWARFIndex
198 m_fallback.GetTypes(context, offsets);
H A DAppleDWARFIndex.cpp96 void AppleDWARFIndex::GetTypes(ConstString name, DIEArray &offsets) { function in class:AppleDWARFIndex
101 void AppleDWARFIndex::GetTypes(const DWARFDeclContext &context, function in class:AppleDWARFIndex
H A DManualDWARFIndex.cpp380 void ManualDWARFIndex::GetTypes(ConstString name, DIEArray &offsets) { function in class:ManualDWARFIndex
385 void ManualDWARFIndex::GetTypes(const DWARFDeclContext &context, function in class:ManualDWARFIndex
H A DSymbolFileDWARF.h205 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
424 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
H A DSymbolFileDWARFDebugMap.cpp1047 void SymbolFileDWARFDebugMap::GetTypes(SymbolContextScope *sc_scope, function in class:SymbolFileDWARFDebugMap
1053 "SymbolFileDWARFDebugMap::GetTypes (type_mask = 0x%8.8x)",
1065 oso_dwarf->GetTypes(sc_scope, type_mask, type_list);
1069 oso_dwarf->GetTypes(sc_scope, type_mask, type_list);
H A DSymbolFileDWARFDebugMap.h136 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileDWARF.cpp277 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, function in class:SymbolFileDWARF
345 GetTypes(child_die, min_die_offset, max_die_offset, type_mask, type_set);
350 void SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope, function in class:SymbolFileDWARF
366 GetTypes(dwarf_cu->DIE(), dwarf_cu->GetOffset(),
375 GetTypes(dwarf_cu->DIE(), 0, UINT32_MAX, type_mask, type_set);
2461 m_index->GetTypes(name, die_offsets);
2533 m_index->GetTypes(name, die_offsets);
2934 m_index->GetTypes(dwarf_decl_ctx, die_offsets);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp128 lldb::SBTypeList SBCompileUnit::GetTypes(uint32_t type_mask) { function in class:SBCompileUnit
129 LLDB_RECORD_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t),
147 symfile->GetTypes(m_opaque_ptr, type_class, type_list);
260 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t));
H A DSBModule.cpp541 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { function in class:SBModule
542 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t),
556 symfile->GetTypes(nullptr, type_class, type_list);
746 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h85 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp52 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, function in class:SymbolFileSymtab
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h109 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h244 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h154 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFilePDB.cpp1618 void SymbolFilePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope, function in class:SymbolFilePDB
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h128 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,

Completed in 201 milliseconds

12