Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
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
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionValueArgs.h25 Type GetType() const override { return eTypeArgs; } in GetType() function
DOptionValuePathMappings.h27 OptionValue::Type GetType() const override { return eTypePathMap; } in GetType() function
DOptionValueFileColonLine.h27 OptionValue::Type GetType() const override { return eTypeFileLineColumn; } in GetType() function
DOptionValueUUID.h27 OptionValue::Type GetType() const override { return eTypeUUID; } in GetType() function
DOptionValueFormatEntity.h26 OptionValue::Type GetType() const override { return eTypeFormatEntity; } in GetType() function
DOptionValueProperties.h33 Type GetType() const override { return eTypeProperties; } in GetType() function
DOptionValueRegex.h26 OptionValue::Type GetType() const override { return eTypeRegex; } in GetType() function
DOptionValueFileSpecList.h31 OptionValue::Type GetType() const override { return eTypeFileSpecList; } in GetType() function
DOptionValueDictionary.h32 OptionValue::Type GetType() const override { return eTypeDictionary; } in GetType() function
DOptionValueLanguage.h31 OptionValue::Type GetType() const override { return eTypeLanguage; } in GetType() function
DOptionValueFormat.h29 OptionValue::Type GetType() const override { return eTypeFormat; } in GetType() function
DOptionValueChar.h28 OptionValue::Type GetType() const override { return eTypeChar; } in GetType() function
DOptionValueBoolean.h27 OptionValue::Type GetType() const override { return eTypeBoolean; } in GetType() function
DOptionValueUInt64.h36 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType() function
DOptionValueArch.h36 OptionValue::Type GetType() const override { return eTypeArch; } in GetType() function
DOptionValueEnumeration.h39 OptionValue::Type GetType() const override { return eTypeEnum; } in GetType() function
DOptionValueFileSpec.h33 OptionValue::Type GetType() const override { return eTypeFileSpec; } in GetType() function
DOptionValueArray.h27 OptionValue::Type GetType() const override { return eTypeArray; } in GetType() function
DOptionValueSInt64.h33 OptionValue::Type GetType() const override { return eTypeSInt64; } in GetType() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.h39 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.h36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.h36 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.h37 virtual lldb::InstrumentationRuntimeType GetType() { return GetTypeStatic(); } in GetType() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointSite.h192 BreakpointSite::Type GetType() const { return m_type; } in GetType() function

123