Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.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/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h25 Type GetType() const override { return eTypeArgs; } in GetType() function
H A DOptionValuePathMappings.h27 OptionValue::Type GetType() const override { return eTypePathMap; } in GetType() function
H A DOptionValueDictionary.h32 OptionValue::Type GetType() const override { return eTypeDictionary; } in GetType() function
H A DOptionValueFileColonLine.h27 OptionValue::Type GetType() const override { return eTypeFileLineColumn; } in GetType() function
H A DOptionValueFormatEntity.h26 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType() function
H A DOptionValueUUID.h27 OptionValue::Type GetType() const override { return eTypeUUID; } in GetType() function
H A DOptionValueRegex.h26 OptionValue::Type GetType() const override { return eTypeRegex; } in GetType() function
H A DOptionValueFileSpecList.h31 OptionValue::Type GetType() const override { return eTypeFileSpecList; } in GetType() function
H A DOptionValueFormat.h29 OptionValue::Type GetType() const override { return eTypeFormat; } in GetType() function
H A DOptionValueProperties.h32 Type GetType() const override { return eTypeProperties; } in GetType() function
H A DOptionValueLanguage.h31 OptionValue::Type GetType() const override { return eTypeLanguage; } in GetType() function
H A DOptionValueBoolean.h27 OptionValue::Type GetType() const override { return eTypeBoolean; } in GetType() function
H A DOptionValueChar.h28 OptionValue::Type GetType() const override { return eTypeChar; } in GetType() function
H A DOptionValueArch.h36 OptionValue::Type GetType() const override { return eTypeArch; } in GetType() function
H A DOptionValueEnumeration.h39 OptionValue::Type GetType() const override { return eTypeEnum; } in GetType() function
H A DOptionValueFileSpec.h33 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType() function
H A DOptionValueSInt64.h33 OptionValue::Type GetType() const override { return eTypeSInt64; } in GetType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.h36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } GetType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h37 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/freebsd/lib/libdevdctl/
H A Dexception.h154 ParseException::GetType() const in GetType() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp28 CompilerType CompilerDecl::GetType() const { in GetType() function in CompilerDecl
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h192 lldbassert(BreakpointSite::Type::eHardware == GetType() || in GetType() function

123