Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/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.i296 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 DDebugNamesDWARFIndex.cpp201 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 DDWARFIndex.h50 virtual void GetTypes(ConstString name,
52 virtual void GetTypes(const DWARFDeclContext &context,
H A DAppleDWARFIndex.h49 void GetTypes(ConstString name,
51 void GetTypes(const DWARFDeclContext &context,
H A DDebugNamesDWARFIndex.h44 void GetTypes(ConstString name,
46 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.h210 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
497 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
H A DManualDWARFIndex.cpp410 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
416 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
H A DSymbolFileDWARF.cpp280 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 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.cpp529 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 DSBCompileUnit.h67 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
H A DSBModule.h237 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dtypes.py277 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct)
314 types = module.GetTypes(
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h84 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp50 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileSymtab
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp461 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 DSymbolFileBreakpad.h111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h167 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFile.h308 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h153 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h131 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,

12