Searched defs:GetType (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:lldb_private::InstrumentationRuntimeASan
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:lldb_private::InstrumentationRuntimeMainThreadChecker
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h38 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:lldb_private::InstrumentationRuntimeTSan
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:lldb_private::InstrumentationRuntimeUBSan
/freebsd-13-stable/lib/libdevdctl/
H A Dexception.h156 ParseException::GetType() const function in class:DevdCtl::ParseException
H A Devent.h292 Event::GetType() const function in class:DevdCtl::Event
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h187 BreakpointSite::Type GetType() const { return m_type; } function in class:lldb_private::BreakpointSite
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDebugMacros.h46 EntryType GetType() const { return static_cast<EntryType>(m_type); } function in class:lldb_private::DebugMacroEntry
H A DSymbol.h137 lldb::SymbolType GetType() const { return (lldb::SymbolType)m_type; } function in class:lldb_private::Symbol
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h87 lldb::StructuredDataType GetType() const { function in class:lldb_private::StructuredDataImpl
H A DOpcode.h73 Opcode::Type GetType() const { return m_type; } function in class:lldb_private::Opcode
H A DSection.h174 lldb::SectionType GetType() const { return m_type; } function in class:lldb_private::Section
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp68 SBType SBTypeNameSpecifier::GetType() { function in class:SBTypeNameSpecifier
H A DSBError.cpp87 ErrorType SBError::GetType() const { function in class:SBError
H A DSBEvent.cpp75 uint32_t SBEvent::GetType() const { function in class:SBEvent
H A DSBStructuredData.cpp110 StructuredDataType SBStructuredData::GetType() const { function in class:SBStructuredData
H A DSBTypeEnumMember.cpp86 SBType SBTypeEnumMember::GetType() { function in class:SBTypeEnumMember
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h59 Type GetType() const { return m_type; } function in class:lldb_private::ObjCLanguage::MethodName
H A DCFBasicHash.h30 HashType GetType() const { return m_type; } function in class:lldb_private::CFBasicHash
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h206 uint32_t GetType() const { return m_type; } function in class:lldb_private::Event
H A DRegisterValue.h81 RegisterValue::Type GetType() const { return m_type; } function in class:lldb_private::RegisterValue
H A DScalar.h182 Scalar::Type GetType() const { return m_type; } function in class:lldb_private::Scalar
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp178 ErrorType Status::GetType() const { return m_type; } function in class:Status
H A DXcodeSDK.cpp133 XcodeSDK::Type XcodeSDK::GetType() const { function in class:XcodeSDK
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h140 virtual Type GetType() { return Type::eTypeUnknown; } function in class:lldb_private::TypeFormatImpl

Completed in 279 milliseconds

12