| /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 | 297 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 | 28 : UserID(uid), m_parent_scope(parent_scope), m_parsed_block_info(false), in Block() 35 *s << "id = " << ((const UserID &)*this); in GetDescription() 72 *s << "Block" << static_cast<const UserID &>(*this); in Dump()
|
| H A D | Type.cpp | 264 : UserID(type_sp ? type_sp->GetID() : LLDB_INVALID_UID), in SymbolFileType() 281 : std::enable_shared_from_this<Type>(), UserID(uid), m_name(name), in Type() 298 : std::enable_shared_from_this<Type>(), UserID(0), m_name("<INVALID TYPE>"), in Type() 306 *s << "id = " << (const UserID &)*this; in GetDescription() 375 *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() 406 *s << "id = " << (const UserID &)*this; in GetDescription() 435 *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 | 482 SymbolFileOnDemand::ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 398 public UserID { 401 : UserID(uid), m_symbol_file(symbol_file) {} in SymbolFileType() 417 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 | 42 public UserID,
|
| H A D | Block.h | 41 class Block : public UserID, public SymbolContextScope {
|
| H A D | Function.h | 400 class Function : public UserID, public SymbolContextScope {
|
| H A D | SymbolFileOnDemand.h | 171 ParseCallEdgesInFunction(UserID func_id) override;
|
| H A D | SymbolFile.h | 359 ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 167 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section() 182 : ModuleChild(module_sp), UserID(sect_id), Flags(flags), in Section()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 128 public UserID,
|
| H A D | Debugger.h | 79 public UserID,
|
| /freebsd/stand/efi/include/amd64/ |
| H A D | pe.h | 530 UINT8 UserID[6]; // File member user id - decimal. member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.h | 43 class DWARFUnit : public DWARFExpression::Delegate, public UserID {
|
| H A D | SymbolFileDWARFDebugMap.h | 130 ParseCallEdgesInFunction(UserID func_id) override;
|
| /freebsd/stand/efi/include/i386/ |
| H A D | pe.h | 530 UINT8 UserID[6]; // File member user id - decimal. member
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | PeImage.h | 563 UINT8 UserID[6]; ///< File member user id - decimal. member
|