Searched refs:OptionGroupPlatformCaching (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1342 OptionGroupPlatformCaching::OptionGroupPlatformCaching () function in class:OptionGroupPlatformCaching
1346 OptionGroupPlatformCaching::~OptionGroupPlatformCaching ()
1351 OptionGroupPlatformCaching::GetDefinitions ()
1357 OptionGroupPlatformCaching::OptionParsingStarting (CommandInterpreter &interpreter)
1363 OptionGroupPlatformCaching::SetOptionValue (CommandInterpreter &interpreter,
1384 OptionGroupPlatformCaching::GetNumDefinitions ()
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h1165 class OptionGroupPlatformCaching : public lldb_private::OptionGroup class in namespace:lldb_private
1168 OptionGroupPlatformCaching ();
1171 ~OptionGroupPlatformCaching ();
1195 DISALLOW_COPY_AND_ASSIGN(OptionGroupPlatformCaching);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp55 m_options->Append(new OptionGroupPlatformCaching());

Completed in 63 milliseconds