Home
last modified time | relevance | path

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

12

/freebsd/contrib/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 …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h45 void GetTypes(ConstString name,
47 void GetTypes(const DWARFDeclContext &context,
H A DDebugNamesDWARFIndex.cpp221 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex
231 m_fallback.GetTypes(name, callback); in GetTypes()
234 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex
245 m_fallback.GetTypes(context, callback); in GetTypes()
H A DDWARFIndex.h52 virtual void GetTypes(ConstString name,
54 virtual void GetTypes(const DWARFDeclContext &context,
H A DManualDWARFIndex.h44 void GetTypes(ConstString name,
46 void GetTypes(const DWARFDeclContext &context,
H A DAppleDWARFIndex.h58 void GetTypes(ConstString name,
60 void GetTypes(const DWARFDeclContext &context,
H A DAppleDWARFIndex.cpp212 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
219 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
H A DDWARFIndex.cpp121 GetTypes(context, [&](DWARFDIE die) { in GetFullyQualifiedType()
H A DSymbolFileDWARF.h192 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
476 void GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset,
H A DManualDWARFIndex.cpp422 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
428 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBCompileUnitDocstrings.i65 ) lldb::SBCompileUnit::GetTypes;
H A DSBModuleDocstrings.i166 ) lldb::SBModule::GetTypes;
/freebsd/contrib/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()
/freebsd/contrib/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);
/freebsd/contrib/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,
/freebsd/contrib/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
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h111 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h104 void GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h158 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h142 void GetTypes(lldb_private::SymbolContextScope *sc_scope,

12