| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | UserID.h | 31 struct UserID { struct 33 UserID(lldb::user_id_t uid = LLDB_INVALID_UID) : m_uid(uid) {} in m_uid() argument 36 ~UserID() = default; 68 bool operator()(const UserID &rhs) const { return m_uid == rhs.GetID(); } in operator() argument 80 inline bool operator==(const UserID &lhs, const UserID &rhs) { 84 inline bool operator!=(const UserID &lhs, const UserID &rhs) { 89 Stream &operator<<(Stream &strm, const UserID &uid);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RegisterCheckpoint.h | 21 class RegisterCheckpoint : public UserID { 34 RegisterCheckpoint(Reason reason) : UserID(0), m_reason(reason) {} in RegisterCheckpoint()
|
| H A D | ThreadPlan.h | 288 public UserID {
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | UserID.cpp | 17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
|
| H A D | CMakeLists.txt | 71 UserID.cpp
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/ |
| H A D | lldb | 5 type summary add -w lldb lldb_private::UserID -s "UserID(${var.m_u…
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 32 : ModuleChild(module_sp), UserID(cu_sym_id), m_user_data(user_data), in CompileUnit() 57 *s << "id = " << (const UserID &)*this << ", file = \"" in GetDescription() 116 *s << "CompileUnit" << static_cast<const UserID &>(*this) << ", language = \"" in Dump()
|
| H A D | Type.cpp | 132 : UserID(type_sp ? type_sp->GetID() : LLDB_INVALID_UID), in SymbolFileType() 149 : std::enable_shared_from_this<Type>(), UserID(uid), m_name(name), in Type() 166 : std::enable_shared_from_this<Type>(), UserID(0), m_name("<INVALID TYPE>"), in Type() 174 *s << "id = " << (const UserID &)*this; in GetDescription() 240 *s << "Type" << static_cast<const UserID &>(*this) << ' '; in Dump()
|
| H A D | Block.cpp | 25 : UserID(uid), m_parent_scope(nullptr), m_children(), m_ranges(), in Block() 33 *s << "id = " << ((const UserID &)*this); in GetDescription() 71 *s << "Block" << static_cast<const UserID &>(*this); in Dump()
|
| H A D | Function.cpp | 235 : UserID(func_uid), m_comp_unit(comp_unit), m_type_uid(type_uid), in Function() 369 *s << "id = " << (const UserID &)*this; in GetDescription() 387 *s << "Function" << static_cast<const UserID &>(*this); in Dump()
|
| H A D | Variable.cpp | 45 : UserID(uid), m_name(name), m_mangled(ConstString(mangled)), in Variable() 105 *s << "Variable" << (const UserID &)*this; in Dump()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 49 public UserID { 52 : UserID(uid), m_symbol_file(symbol_file) {} in SymbolFileType() 68 class Type : public std::enable_shared_from_this<Type>, public UserID {
|
| H A D | Variable.h | 25 class Variable : public UserID, public std::enable_shared_from_this<Variable> {
|
| H A D | CompileUnit.h | 40 public UserID,
|
| H A D | Block.h | 41 class Block : public UserID, public SymbolContextScope {
|
| H A D | Function.h | 409 class Function : public UserID, public SymbolContextScope {
|
| H A D | SymbolFileOnDemand.h | 179 ParseCallEdgesInFunction(UserID func_id) override;
|
| H A D | SymbolFile.h | 327 ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
|
| /openbsd-src/gnu/usr.bin/clang/liblldbUtility/ |
| H A D | Makefile | 53 UserID.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Utility/ |
| H A D | BUILD.gn | 54 "UserID.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Section.cpp | 160 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section() 176 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 62 public lldb_private::UserID { 292 ParseCallEdgesInFunction(UserID func_id) override;
|
| H A D | DWARFUnit.h | 84 class DWARFUnit : public lldb_private::UserID {
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Section.h | 104 public UserID,
|
| H A D | Debugger.h | 76 public UserID,
|