Searched refs:UserID (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserID.h1 //===-- UserID.h ------------------------------------------------*- C++ -*-===//
19 /// @class UserID UserID.h "lldb/Core/UserID.h"
22 /// UserID is desinged as a mix in class that can contain an integer
33 struct UserID struct in namespace:lldb_private
38 UserID (lldb::user_id_t uid = LLDB_INVALID_UID) : m_uid(uid) {} function in struct:lldb_private::UserID
43 ~UserID ()
78 /// from UserID:
81 /// pos = std::find_if (coll.begin(), coll.end(), UserID
[all...]
H A DDebugger.h25 #include "lldb/Core/UserID.h"
46 public UserID,
H A DSection.h19 #include "lldb/Core/UserID.h"
108 public UserID,
H A DValueObject.h25 #include "lldb/Core/UserID.h"
65 class ValueObject : public UserID
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DUserID.cpp1 //===-- UserID.cpp ----------------------------------------------*- C++ -*-===//
10 #include "lldb/Core/UserID.h"
19 lldb_private::operator << (Stream& strm, const UserID& uid)
H A DSection.cpp30 UserID (sect_id),
61 UserID (sect_id),
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h14 #include "lldb/Core/UserID.h"
19 // Inherit from UserID in case pushing/popping all register values can be
22 class RegisterCheckpoint : public UserID
29 // push/pop then the UserID base class in the RegisterCheckpoint can
39 UserID(0),
H A DThreadPlan.h19 #include "lldb/Core/UserID.h"
226 public UserID
H A DThread.h17 #include "lldb/Core/UserID.h"
59 public UserID,
H A DTarget.h1104 class StopHook : public UserID
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h18 #include "lldb/Core/UserID.h"
24 class Variable : public UserID
H A DBlock.h17 #include "lldb/Core/UserID.h"
43 public UserID,
H A DCompileUnit.h18 #include "lldb/Core/UserID.h"
26 /// The UserID of the compile unit is specified by the SymbolFile
38 public UserID,
H A DType.h16 #include "lldb/Core/UserID.h"
26 public UserID
30 UserID (uid),
55 public UserID
H A DFunction.h19 #include "lldb/Core/UserID.h"
310 /// have unique user IDs (Function::UserID), know how to reconstruct
330 public UserID,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DCompileUnit.cpp23 UserID(cu_sym_id),
40 UserID(cu_sym_id),
89 *s << "id = " << (const UserID&)*this << ", file = \"" << (const FileSpec&)*this << "\", language = \"" << language << '"';
104 *s << "CompileUnit" << (const UserID&)*this
H A DFunction.cpp206 UserID (func_uid),
230 UserID (func_uid),
344 *s << "id = " << (const UserID&)*this << ", name = \"" << name << "\", range = ";
359 *s << "Function" << (const UserID&)*this;
H A DType.cpp90 UserID (uid),
107 UserID (0),
125 UserID (rhs),
152 *s << "id = " << (const UserID&)*this;
206 *s << "Type" << (const UserID&)*this << ' ';
H A DBlock.cpp26 UserID(uid),
45 *s << "id = " << ((const UserID&)*this);
88 *s << "Block" << ((const UserID&)*this);
H A DVariable.cpp48 UserID(uid),
98 *s << "Variable" << (const UserID&)*this;
/freebsd-10-stable/lib/clang/liblldbCore/
H A DMakefile60 UserID.cpp \
/freebsd-10-stable/sys/boot/efi/include/amd64/
H A Dpe.h532 UINT8 UserID[6]; // File member user id - decimal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/freebsd-10-stable/sys/boot/efi/include/i386/
H A Dpe.h532 UINT8 UserID[6]; // File member user id - decimal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/freebsd-10-stable/sys/boot/efi/include/ia64/
H A Dpe.h538 UINT8 UserID[6]; // File member user id - decimal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h63 class SymbolFileDWARF : public lldb_private::SymbolFile, public lldb_private::UserID

Completed in 288 milliseconds

12