Home
last modified time | relevance | path

Searched defs:GetFlags (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h104 lldb_private::Flags &GetFlags() { return m_flags; } in GetFlags() function
106 const lldb_private::Flags &GetFlags() const { return m_flags; } in GetFlags() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h64 Flags &GetFlags() { return m_flags; } in GetFlags() function
66 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h263 Flags &GetFlags() { return m_flags; } in GetFlags() function
269 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h140 Flags &GetFlags() { return m_flags; } in GetFlags() function
142 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStream.cpp185 Flags &Stream::GetFlags() { return m_flags; } in GetFlags() function in Stream
188 const Flags &Stream::GetFlags() const { return m_flags; } in GetFlags() function in Stream
H A DLog.cpp63 Log::MaskType Log::GetFlags(llvm::raw_ostream &stream, in GetFlags() function in Log
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fake_stack.h107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h159 uint32_t GetFlags() const { return m_flags; } in GetFlags() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeRegisterContext.cpp182 lldb::addr_t NativeRegisterContext::GetFlags(lldb::addr_t fail_value) { in GetFlags() function in NativeRegisterContext
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContext.cpp182 uint64_t RegisterContext::GetFlags(uint64_t fail_value) { in GetFlags() function in RegisterContext
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp684 uint32_t SBCommand::GetFlags() { in GetFlags() function in SBCommand
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h540 uint32_t GetFlags() const { return m_flags; } in GetFlags() function