Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFlags.h34 Flags(ValueType flags = 0) : m_flags(flags) {} in m_flags() function
H A DArchSpec.h555 uint32_t m_flags = 0; variable
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompileUnit.h406 Flags m_flags; variable
H A DDWARFCallFrameInfo.h149 Flags m_flags = 0; variable
H A DSymbol.h329 uint32_t m_flags = 0; // A copy of the flags from the original symbol table, variable
H A DFunction.h664 Flags m_flags; variable
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h130 lldb_private::Flags m_flags; variable
H A DStackFrame.h515 Flags m_flags; variable
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h173 Flags m_flags; // Bitwise OR of bits from lldb::LaunchFlags variable
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h118 Flags m_flags; variable
H A DTypeSummary.h267 Flags m_flags; variable
H A DTypeSynthetic.h270 Flags m_flags; variable
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h327 std::bitset<kNumFlags> m_flags; variable
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h108 FlagType m_flags; // takes elements of Flags variable
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h377 Flags m_flags; variable
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h174 Flags m_flags; variable
H A DValueObject.h929 } m_flags; variable
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h402 uint32_t m_flags; // Process specific flags (see eMachProcessFlags enums) variable
H A DMachProcess.mm514 m_flags(eMachProcessFlagsNone), m_stdio_thread(0), function
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp50 TypeSummaryImpl::Flags m_flags; member in ScriptAddOptions
126 TypeSummaryImpl::Flags m_flags; member in CommandObjectTypeSummaryAdd::CommandOptions
/openbsd/sys/sys/
H A Dmbuf.h175 #define m_flags m_hdr.mh_flags macro