/llvm-project/lldb/include/lldb/Host/ |
H A D | ProcessLaunchInfo.h | 63 Flags &GetFlags() { return m_flags; } in GetFlags() function 65 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanShouldStopHere.h | 104 lldb_private::Flags &GetFlags() { return m_flags; } in GetFlags() function 106 const lldb_private::Flags &GetFlags() const { return m_flags; } in GetFlags() function
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 287 Flags &GetFlags() { return m_flags; } GetFlags() function 293 const Flags &GetFlags() const { return m_flags; } GetFlags() function
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 139 Flags &GetFlags() { return m_flags; } GetFlags() function 141 const Flags &GetFlags() const { return m_flags; } GetFlags() function
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fake_stack.h | 107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() function
|
/llvm-project/lldb/source/Utility/ |
H A D | Stream.cpp | 212 Flags &Stream::GetFlags() { return m_flags; } in GetFlags() function in Stream 215 const Flags &Stream::GetFlags() const { return m_flags; } in GetFlags() function in Stream
|
H A D | Log.cpp | 64 Log::MaskType Log::GetFlags(llvm::raw_ostream &stream, GetFlags() function in Log
|
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symbol.h | 174 uint32_t GetFlags() const { return m_flags; } in GetFlags() function
|
/llvm-project/lldb/source/Host/common/ |
H A D | NativeRegisterContext.cpp | 179 lldb::addr_t NativeRegisterContext::GetFlags(lldb::addr_t fail_value) { in GetFlags() function in NativeRegisterContext
|
/llvm-project/lldb/source/Target/ |
H A D | RegisterContext.cpp | 188 uint64_t RegisterContext::GetFlags(uint64_t fail_value) { in GetFlags() function in RegisterContext
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 521 uint32_t GetFlags() const { return m_flags; } GetFlags() function
|
/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 734 uint32_t SBCommand::GetFlags() { in GetFlags() function in SBCommand
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | TUSchedulerTests.cpp | 1353 auto GetFlags = [&](PathRef Header) { in TEST_F() local
|