Home
last modified time | relevance | path

Searched defs:GetType (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDTypeFormat.h140 virtual Type GetType() { return Type::eTypeUnknown; } in GetType() function
172 TypeFormatImpl::Type GetType() override { in GetType() function
202 TypeFormatImpl::Type GetType() override { in GetType() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueArgs.h25 Type GetType() const override { return eTypeArgs; } in GetType() function
HDOptionValuePathMappings.h27 OptionValue::Type GetType() const override { return eTypePathMap; } in GetType() function
HDOptionValueFileColonLine.h27 OptionValue::Type GetType() const override { return eTypeFileLineColumn; } in GetType() function
HDOptionValueFormatEntity.h26 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType() function
HDOptionValueUUID.h27 OptionValue::Type GetType() const override { return eTypeUUID; } in GetType() function
HDOptionValueDictionary.h32 OptionValue::Type GetType() const override { return eTypeDictionary; } in GetType() function
HDOptionValueRegex.h26 OptionValue::Type GetType() const override { return eTypeRegex; } in GetType() function
HDOptionValueFileSpecList.h31 OptionValue::Type GetType() const override { return eTypeFileSpecList; } in GetType() function
HDOptionValueProperties.h32 Type GetType() const override { return eTypeProperties; } in GetType() function
HDOptionValueFormat.h29 OptionValue::Type GetType() const override { return eTypeFormat; } in GetType() function
HDOptionValueLanguage.h31 OptionValue::Type GetType() const override { return eTypeLanguage; } in GetType() function
HDOptionValueBoolean.h27 OptionValue::Type GetType() const override { return eTypeBoolean; } in GetType() function
HDOptionValueChar.h28 OptionValue::Type GetType() const override { return eTypeChar; } in GetType() function
HDOptionValueArch.h36 OptionValue::Type GetType() const override { return eTypeArch; } in GetType() function
HDOptionValueFileSpec.h33 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType() function
HDOptionValueEnumeration.h39 OptionValue::Type GetType() const override { return eTypeEnum; } in GetType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.h36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
HDInstrumentationRuntimeASan.h33 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/
HDInstrumentationRuntimeASanLibsanitizers.h32 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.h39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
HDInstrumentationRuntimeMainThreadChecker.h37 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd-13-stable/lib/libdevdctl/
HDexception.h154 ParseException::GetType() const in GetType() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerDecl.cpp28 CompilerType CompilerDecl::GetType() const { in GetType() function in CompilerDecl
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointSite.h197 BreakpointSite::Type GetType() const { return m_type; } in GetType() function

123