Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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 {
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DUserID.cpp17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
H A DCMakeLists.txt71 UserID.cpp
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dlldb5 type summary add -w lldb lldb_private::UserID -s "UserID(${var.m_u…
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp32 : 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 DType.cpp132 : 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 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 DFunction.cpp235 : 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 DVariable.cpp45 : 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 DType.h49 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 DVariable.h25 class Variable : public UserID, public std::enable_shared_from_this<Variable> {
H A DCompileUnit.h40 public UserID,
H A DBlock.h41 class Block : public UserID, public SymbolContextScope {
H A DFunction.h409 class Function : public UserID, public SymbolContextScope {
H A DSymbolFileOnDemand.h179 ParseCallEdgesInFunction(UserID func_id) override;
H A DSymbolFile.h327 ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
/openbsd-src/gnu/usr.bin/clang/liblldbUtility/
H A DMakefile53 UserID.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Utility/
H A DBUILD.gn54 "UserID.cpp",
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp160 : 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 DSymbolFileDWARF.h62 public lldb_private::UserID {
292 ParseCallEdgesInFunction(UserID func_id) override;
H A DDWARFUnit.h84 class DWARFUnit : public lldb_private::UserID {
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h104 public UserID,
H A DDebugger.h76 public UserID,

12