reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/include/lldb/Core/Section.h
   96 class Section : public std::enable_shared_from_this<Section>,

Declarations

tools/lldb/include/lldb/lldb-forward.h
  103 class Flags;

References

tools/lldb/include/lldb/Breakpoint/BreakpointName.h
  114     static const Flags::ValueType permissions_mask[allPerms + 1];
  117     Flags m_set_mask;
tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  404   Flags m_set_flags;
tools/lldb/include/lldb/Core/IOHandler.h
  137   Flags &GetFlags() { return m_flags; }
  139   const Flags &GetFlags() const { return m_flags; }
  172   Flags m_flags;
tools/lldb/include/lldb/Core/Section.h
   99                 public Flags {
tools/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
  132   Flags m_type_flags;
tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
   63   Flags &GetFlags() { return m_flags; }
   65   const Flags &GetFlags() const { return m_flags; }
  154   Flags m_flags; // Bitwise OR of bits from lldb::LaunchFlags
tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  534                                  const Flags &io_handler_flags) const;
tools/lldb/include/lldb/Interpreter/CommandObject.h
  254   Flags &GetFlags() { return m_flags; }
  260   const Flags &GetFlags() const { return m_flags; }
  364   Flags m_flags;
tools/lldb/include/lldb/Interpreter/OptionValueString.h
   98   Flags &GetOptions() { return m_options; }
  100   const Flags &GetOptions() const { return m_options; }
  132   Flags m_options;
tools/lldb/include/lldb/Symbol/CompileUnit.h
  391   Flags m_flags;
tools/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
  147   Flags m_flags = 0;
tools/lldb/include/lldb/Symbol/Function.h
  586   Flags m_flags;
tools/lldb/include/lldb/Target/StackFrame.h
  516   Flags m_flags;
tools/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
  104   lldb_private::Flags &GetFlags() { return m_flags; }
  106   const lldb_private::Flags &GetFlags() const { return m_flags; }
  110                                             Flags &flags,
  115   DefaultStepFromHereCallback(ThreadPlan *current_plan, Flags &flags,
  120   QueueStepOutFromHerePlan(Flags &flags, lldb::FrameComparison operation,
  130   lldb_private::Flags m_flags;
tools/lldb/include/lldb/Target/ThreadPlanStepInRange.h
   54                                             Flags &flags,
tools/lldb/include/lldb/Utility/Flags.h
   42   Flags(const Flags &rhs) : m_flags(rhs.m_flags) {}
tools/lldb/include/lldb/Utility/Log.h
  163   const Flags GetOptions() const;
  165   const Flags GetMask() const;
tools/lldb/include/lldb/Utility/Stream.h
  359   Flags &GetFlags();
  365   const Flags &GetFlags() const;
  476   Flags m_flags;        ///< Dump flags.
tools/lldb/include/lldb/lldb-private-interfaces.h
   88     ThreadPlan *current_plan, Flags &flags, lldb::FrameComparison operation,
   91     ThreadPlan *current_plan, Flags &flags, lldb::FrameComparison operation,
tools/lldb/source/Breakpoint/BreakpointName.cpp
   23 const Flags::ValueType BreakpointName::Permissions::permissions_mask
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  244   Flags set_options;
tools/lldb/source/Core/ValueObject.cpp
  746   const Flags type_flags(GetTypeInfo(&pointee_or_element_compiler_type));
  977   const Flags type_flags(GetTypeInfo(&elem_or_pointee_compiler_type));
 1241   Flags flags(GetTypeInfo());
 1277   Flags flags(GetTypeInfo());
 2249     Flags pointee_compiler_type_info;
 2251     Flags root_compiler_type_info(
tools/lldb/source/Core/ValueObjectChild.cpp
  124       Flags parent_type_flags(parent_type.GetTypeInfo());
tools/lldb/source/DataFormatters/TypeFormat.cpp
   71           lldb_private::Flags type_flags(compiler_type.GetTypeInfo(
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  344   Flags type_flags(type.GetTypeInfo());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2706     llvm::StringRef line, const Flags &io_handler_flags) const {
tools/lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
   56   auto flags = Flags(flags_sp->GetValueAsUnsigned(0) &
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  807   Flags flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  445   Flags flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   33   Flags type_flags(valobj_type.GetTypeInfo());
   41       Flags pointee_flags(pointee_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
   41   Flags type_flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  309   Flags flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  273   Flags static_type_flags(static_type.GetTypeInfo());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  261   Flags static_type_flags(static_type.GetTypeInfo());
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  300       const Flags permissions(permission_entry->data);
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  616       const Flags permissions(permission_entry->data);
tools/lldb/source/Symbol/ClangASTContext.cpp
 2989   Flags type_flags(GetTypeInfo(type, &pointee_or_element_clang_type));
tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
   58     ThreadPlan *current_plan, Flags &flags, FrameComparison operation,
   94     ThreadPlan *current_plan, Flags &flags, FrameComparison operation,
  144     lldb_private::Flags &flags, lldb::FrameComparison operation,
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  384     ThreadPlan *current_plan, Flags &flags, FrameComparison operation,
tools/lldb/source/Utility/Log.cpp
  109 const Flags Log::GetOptions() const {
  113 const Flags Log::GetMask() const {
  281   Flags options = GetOptions();
  328   Flags options = GetOptions();
tools/lldb/source/Utility/Stream.cpp
  235 Flags &Stream::GetFlags() { return m_flags; }
  238 const Flags &Stream::GetFlags() const { return m_flags; }
tools/lldb/unittests/Utility/FlagsTest.cpp
   23   Flags f;
   30   Flags f;
   36   Flags f;
   48   Flags f;
   66   Flags f;
   84   Flags f;
  109   Flags f;
  125   Flags f;
  143   Flags f;