Home
last modified time | relevance | path

Searched refs:flags_value (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp139 uint64_t flags_value = in DoResume() local
146 flags_value |= 0x100; // Set the trap flag on the CPU in DoResume()
151 flags_value |= 0x200000; // The SS bit in PState in DoResume()
157 GetRegisterContext()->WriteRegisterFromUnsigned(flags_index, flags_value); in DoResume()
H A DNativeThreadWindows.cpp57 uint64_t flags_value = in DoResume() local
64 flags_value |= 0x100; // Set the trap flag on the CPU in DoResume()
69 flags_value |= 0x200000; // The SS bit in PState in DoResume()
75 GetRegisterContext().WriteRegisterFromUnsigned(flags_index, flags_value); in DoResume()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymtab.h69 lldb::SymbolType symbol_type, uint32_t flags_value,
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp506 SymbolType symbol_type, uint32_t flags_value, in AppendSymbolIndexesWithTypeAndFlagsValue() argument
518 m_symbols[i].GetFlags() == flags_value) in AppendSymbolIndexesWithTypeAndFlagsValue()