/freebsd/contrib/llvm-project/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);
|
/freebsd/contrib/llvm-project/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 {
|
H A D | Thread.h | 65 public UserID,
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | UserID.cpp | 17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompileUnit.cpp | 35 : ModuleChild(module_sp), UserID(cu_sym_id), m_user_data(user_data), in CompileUnit() 61 *s << "id = " << (const UserID &)*this << ", file = \"" in GetDescription() 120 *s << "CompileUnit" << static_cast<const UserID &>(*this) << ", language = \"" 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 | Type.cpp | 256 : UserID(type_sp ? type_sp->GetID() : LLDB_INVALID_UID), in SymbolFileType() 273 : std::enable_shared_from_this<Type>(), UserID(uid), m_name(name), in Type() 290 : std::enable_shared_from_this<Type>(), UserID(0), m_name("<INVALID TYPE>"), in Type() 298 *s << "id = " << (const UserID &)*this; in GetDescription() 367 *s << "Type" << static_cast<const UserID &>(*this) << ' '; in Dump()
|
H A D | Function.cpp | 261 : UserID(func_uid), m_comp_unit(comp_unit), m_type_uid(type_uid), in Function() 395 *s << "id = " << (const UserID &)*this; in GetDescription() 422 *s << "Function" << static_cast<const UserID &>(*this); in Dump()
|
H A D | Variable.cpp | 47 : UserID(uid), m_name(name), m_mangled(ConstString(mangled)), in Variable() 107 *s << "Variable" << (const UserID &)*this; in Dump()
|
H A D | SymbolFileOnDemand.cpp | 481 SymbolFileOnDemand::ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 362 public UserID { 365 : UserID(uid), m_symbol_file(symbol_file) {} in SymbolFileType() 381 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 | 20 #include "lldb/Utility/UserID.h" 31 /// The UserID of the compile unit is specified by the SymbolFile plug-in and 40 public UserID,
|
H A D | Block.h | 41 class Block : public UserID, public SymbolContextScope {
|
H A D | Function.h | 17 #include "lldb/Utility/UserID.h" 383 /// unique user IDs (Function::UserID), know how to reconstruct their symbol 399 class Function : public UserID, public SymbolContextScope {
|
H A D | SymbolFileOnDemand.h | 171 ParseCallEdgesInFunction(UserID func_id) override;
|
H A D | SymbolFile.h | 351 ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 164 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section() 180 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 112 public UserID,
|
H A D | Debugger.h | 79 public UserID,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.h | 41 class DWARFUnit : public UserID {
|
H A D | SymbolFileDWARFDebugMap.h | 130 ParseCallEdgesInFunction(UserID func_id) override;
|
/freebsd/stand/efi/include/amd64/ |
H A D | pe.h | 530 UINT8 UserID[6]; // File member user id - decimal. member
|
/freebsd/stand/efi/include/i386/ |
H A D | pe.h | 530 UINT8 UserID[6]; // File member user id - decimal. member
|