Home
last modified time | relevance | path

Searched defs:m_flags (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFlags.h34 Flags(ValueType flags = 0) : m_flags(flags) {} in m_flags() function
H A DArchSpec.h541 uint32_t m_flags = 0; variable
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompileUnit.h406 Flags m_flags; variable
H A DDWARFCallFrameInfo.h148 Flags m_flags = 0; variable
H A DSymbol.h319 uint32_t m_flags = 0; // A copy of the flags from the original symbol table, variable
H A DFunction.h664 Flags m_flags; variable
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h130 lldb_private::Flags m_flags; variable
H A DStackFrame.h510 Flags m_flags; variable
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DNodeIntrospection.h41 : m_flags(flags), m_on(std::move(on)), m_name(std::move(name)) {} in m_flags() function
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h85 uint8_t m_flags = 0; member
102 uint32_t m_flags; member
122 uint32_t m_flags; member
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h173 Flags m_flags; // Bitwise OR of bits from lldb::LaunchFlags variable
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h308 std::bitset<kNumFlags> m_flags; variable
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h107 FlagType m_flags; // takes elements of Flags variable
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h375 Flags m_flags; variable
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h267 Flags m_flags; variable
H A DTypeSynthetic.h270 Flags m_flags; variable
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h178 Flags m_flags; variable
H A DValueObject.h929 } m_flags; variable
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h399 uint32_t m_flags; // Process specific flags (see eMachProcessFlags enums) variable
H A DMachProcess.mm515 m_flags(eMachProcessFlagsNone), m_stdio_thread(0), function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp49 TypeSummaryImpl::Flags m_flags; member in ScriptAddOptions
122 TypeSummaryImpl::Flags m_flags; member in CommandObjectTypeSummaryAdd::CommandOptions