Home
last modified time | relevance | path

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

12

/llvm-project/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 …]
/llvm-project/lldb/test/API/functionalities/type_get_module/
H A DTestTypeGetModule.py70 cu_type = self.find_type(comp_unit.GetTypes(), "compile_unit1_type")
74 cu_type = self.find_type(comp_unit.GetTypes(), "compile_unit2_type")
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h52 virtual void GetTypes(ConstString name,
54 virtual void GetTypes(const DWARFDeclContext &context,
H A DManualDWARFIndex.h46 void GetTypes(ConstString name,
48 void GetTypes(const DWARFDeclContext &context,
H A DAppleDWARFIndex.h58 void GetTypes(ConstString name,
60 void GetTypes(const DWARFDeclContext &context,
H A DDebugNamesDWARFIndex.h49 void GetTypes(ConstString name,
51 void GetTypes(const DWARFDeclContext &context,
H A DDebugNamesDWARFIndex.cpp456 void DebugNamesDWARFIndex::GetTypes( in GetFunctions()
466 m_fallback.GetTypes(name, callback); in GetFunctions()
469 void DebugNamesDWARFIndex::GetTypes( in GetFunctions()
480 m_fallback.GetTypes(context, callback); in GetFunctions()
526 return GetTypes(name, callback);
404 void DebugNamesDWARFIndex::GetTypes( GetTypes() function in DebugNamesDWARFIndex
417 void DebugNamesDWARFIndex::GetTypes( GetTypes() function in DebugNamesDWARFIndex
H A DAppleDWARFIndex.cpp212 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
219 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
H A DDWARFIndex.cpp116 GetTypes(context, [&](DWARFDIE die) { in GetFullyQualifiedType()
132 GetTypes(query.GetTypeBasename(), [&](DWARFDIE die) {
H A DSymbolFileDWARF.h193 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
478 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
H A DManualDWARFIndex.cpp455 void ManualDWARFIndex::GetTypes( in GetFunctions()
461 void ManualDWARFIndex::GetTypes( in GetFunctions()
425 void ManualDWARFIndex::GetTypes( GetTypes() function in ManualDWARFIndex
431 void ManualDWARFIndex::GetTypes( GetTypes() function in ManualDWARFIndex
/llvm-project/lldb/bindings/interface/
H A DSBCompileUnitDocstrings.i65 ) lldb::SBCompileUnit::GetTypes;
H A DSBModuleDocstrings.i166 ) lldb::SBModule::GetTypes;
/llvm-project/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.cpp523 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes() function in SBModule
537 symfile->GetTypes(nullptr, type_class, type_list); in GetTypes()
/llvm-project/lldb/examples/python/
H A Dtypes.py327 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct)
369 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct)
/llvm-project/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);
/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp84 void SymbolFileJSON::GetTypes(SymbolContextScope *sc_scope, TypeClass type_mask, in GetTypes() function in SymbolFileJSON
H A DSymbolFileJSON.h97 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/llvm-project/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
/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp444 void SymbolFileOnDemand::GetTypes(SymbolContextScope *sc_scope, in GetTypes() function in SymbolFileOnDemand
451 return m_sym_file_impl->GetTypes(sc_scope, type_mask, type_list); in GetTypes()
/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h104 void GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() function

12