Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.h70 RegisterFlags m_flags; global() member
/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h34 Flags(ValueType flags = 0) : m_flags(flags) {} in m_flags() function
H A DArchSpec.h536 void SetFlags(uint32_t flags) { m_flags = flags; } variable
/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h419 Flags m_flags; global() variable
H A DFunction.h660 Flags m_flags; global() variable
H A DDWARFCallFrameInfo.h149 Flags m_flags = 0; variable
H A DSymbol.h345 uint32_t m_flags = 0; // A copy of the flags from the original symbol table, variable
/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h137 Flags m_flags; // Bitwise OR of bits from lldb::LaunchFlags variable
/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h130 lldb_private::Flags m_flags; variable
H A DStackFrame.h531 Flags m_flags; global() variable
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h88 uint8_t m_flags = 0; member
105 uint32_t m_flags; member
125 uint32_t m_flags; member
/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h108 FlagType m_flags; // takes elements of Flags variable
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h118 Flags m_flags; variable
H A DTypeSummary.h267 Flags m_flags; global() variable
[all...]
H A DTypeSynthetic.h277 Flags m_flags; global() variable
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h319 std::bitset<kNumFlags> m_flags; global() variable
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h406 Flags m_flags; global() variable
/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h173 Flags m_flags; global() variable
H A DValueObject.h
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h412 uint32_t m_flags; // Process specific flags (see eMachProcessFlags enums) variable
H A DMachProcess.mm525 m_flags(eMachProcessFlagsNone), m_stdio_thread(0), function
[all...]
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp47 TypeSummaryImpl::Flags m_flags; member in ScriptAddOptions
139 TypeSummaryImpl::Flags m_flags; member in CommandObjectTypeSummaryAdd::CommandOptions
[all...]