Home
last modified time | relevance | path

Searched refs:UserID (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserID.h31 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 DRegisterCheckpoint.h21 class RegisterCheckpoint : public UserID {
34 RegisterCheckpoint(Reason reason) : UserID(0), m_reason(reason) {} in RegisterCheckpoint()
H A DThreadPlan.h288 public UserID {
H A DThread.h65 public UserID,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUserID.cpp17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp35 : 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 DBlock.cpp25 : 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 DType.cpp256 : 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 DFunction.cpp261 : 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 DVariable.cpp47 : UserID(uid), m_name(name), m_mangled(ConstString(mangled)), in Variable()
107 *s << "Variable" << (const UserID &)*this; in Dump()
H A DSymbolFileOnDemand.cpp481 SymbolFileOnDemand::ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h362 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 DVariable.h25 class Variable : public UserID, public std::enable_shared_from_this<Variable> {
H A DCompileUnit.h20 #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 DBlock.h41 class Block : public UserID, public SymbolContextScope {
H A DFunction.h17 #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 DSymbolFileOnDemand.h171 ParseCallEdgesInFunction(UserID func_id) override;
H A DSymbolFile.h351 ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp164 : 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 DSection.h112 public UserID,
H A DDebugger.h79 public UserID,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h41 class DWARFUnit : public UserID {
H A DSymbolFileDWARFDebugMap.h130 ParseCallEdgesInFunction(UserID func_id) override;
/freebsd/stand/efi/include/amd64/
H A Dpe.h530 UINT8 UserID[6]; // File member user id - decimal. member
/freebsd/stand/efi/include/i386/
H A Dpe.h530 UINT8 UserID[6]; // File member user id - decimal. member

12