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

12

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:lldb_private::InstrumentationRuntimeTSan
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h37 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:lldb_private::InstrumentationRuntimeMainThreadChecker
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h33 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:lldb_private::InstrumentationRuntimeASan
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
H A DInstrumentationRuntimeASanLibsanitizers.h32 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } function in class:InstrumentationRuntimeASanLibsanitizers
/freebsd-current/lib/libdevdctl/
H A Dexception.h154 ParseException::GetType() const function in class:DevdCtl::ParseException
H A Devent.h290 Event::GetType() const function in class:DevdCtl::Event
/freebsd-current/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
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h148 Scalar::Type GetType() const { return m_type; } function in class:lldb_private::Scalar
H A DEvent.h205 uint32_t GetType() const { return m_type; } function in class:lldb_private::Event
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h197 BreakpointSite::Type GetType() const { return m_type; } function in class:lldb_private::BreakpointSite
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp80 SBType SBTypeEnumMember::GetType() { function in class:SBTypeEnumMember
H A DSBTypeNameSpecifier.cpp71 SBType SBTypeNameSpecifier::GetType() { function in class:SBTypeNameSpecifier
H A DSBSymbol.cpp187 SymbolType SBSymbol::GetType() { function in class:SBSymbol
H A DSBStructuredData.cpp135 StructuredDataType SBStructuredData::GetType() const { function in class:SBStructuredData
H A DSBFunction.cpp192 SBType SBFunction::GetType() { function in class:SBFunction
H A DSBError.cpp96 ErrorType SBError::GetType() const { function in class:SBError
H A DSBEvent.cpp70 uint32_t SBEvent::GetType() const { function in class:SBEvent
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.h30 HashType GetType() const { return m_type; } function in class:lldb_private::CFBasicHash
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h94 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 DDebuggerEvents.h90 Type GetType() const { return m_type; } function in class:lldb_private::DiagnosticEventData
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp138 XcodeSDK::Type XcodeSDK::GetType() const { function in class:XcodeSDK
H A DStatus.cpp177 ErrorType Status::GetType() const { return m_type; } function in class:Status
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h198 lldb::FunctionNameType GetType() const { return m_type; } function in class:lldb_private::Language::MethodNameVariant

Completed in 212 milliseconds

12