| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | UserID.h | 38 UserID (lldb::user_id_t uid = LLDB_INVALID_UID) : m_uid(uid) {} in m_uid() 61 lldb::user_id_t 71 SetID (lldb::user_id_t uid) { m_uid = uid; } in SetID() 90 IDMatches (lldb::user_id_t uid) : m_uid(uid) {} in IDMatches() 102 const lldb::user_id_t m_uid; ///< The user ID we are looking for 110 lldb::user_id_t m_uid; ///< The user ID that uniquely identifies an object.
|
| HD | Section.h | 50 ContainsSection(lldb::user_id_t sect_id) const; 59 FindSectionByID (lldb::user_id_t sect_id) const; 82 …ReplaceSection (lldb::user_id_t sect_id, const lldb::SectionSP& section_sp, uint32_t depth = UINT3… 115 lldb::user_id_t sect_id, 130 lldb::user_id_t sect_id,
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | FileCache.h | 27 typedef std::map<lldb::user_id_t, lldb::FileSP> FDToFileMap; 32 … lldb::user_id_t OpenFile(const FileSpec &file_spec, uint32_t flags, uint32_t mode, Error &error); 33 bool CloseFile(lldb::user_id_t fd, Error &error); 35 …uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src, uint64_t src_len, Error &… 36 … uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Error &error);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.h | 184 GetProgramHeaderByIndex(lldb::user_id_t id); 188 GetSegmentDataByIndex(lldb::user_id_t id); 318 lldb::user_id_t start_id, 324 lldb::user_id_t start_id, 335 lldb::user_id_t start_id, 337 lldb::user_id_t section_id); 341 RelocateDebugSections(const elf::ELFSectionHeader *rel_hdr, lldb::user_id_t rel_id); 358 lldb::user_id_t 362 lldb::user_id_t 367 GetSectionHeaderByIndex(lldb::user_id_t id);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | StackFrame.h | 112 lldb::user_id_t frame_idx, 113 lldb::user_id_t concrete_frame_idx, 123 lldb::user_id_t frame_idx, 124 lldb::user_id_t concrete_frame_idx, 131 lldb::user_id_t frame_idx, 132 lldb::user_id_t concrete_frame_idx,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileCache.cpp | 28 lldb::user_id_t 41 lldb::user_id_t fd = file_sp->GetDescriptor(); in OpenFile() 47 FileCache::CloseFile(lldb::user_id_t fd, Error &error) in CloseFile() 72 FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src, uint64_t src_len, Error … in WriteFile() 101 FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Error &error) in ReadFile()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Function.h | 370 lldb::user_id_t func_uid, 371 lldb::user_id_t func_type_uid, 409 lldb::user_id_t func_uid, 410 lldb::user_id_t func_type_uid, 643 lldb::user_id_t m_type_uid; ///< The user ID of for the prototype Type for this function.
|
| HD | ClangExternalASTSourceCommon.h | 71 SetUserID (lldb::user_id_t user_id) in SetUserID() 78 lldb::user_id_t 155 lldb::user_id_t m_user_id;
|
| HD | CompileUnit.h | 71 …lldb::ModuleSP &module_sp, void *user_data, const char *pathname, lldb::user_id_t uid, lldb::Langu… 103 …:ModuleSP &module_sp, void *user_data, const FileSpec &file_spec, lldb::user_id_t uid, lldb::Langu… 326 FindFunctionByUID (lldb::user_id_t uid);
|
| HD | SymbolFile.h | 131 virtual Type* ResolveTypeUID (lldb::user_id_t type_uid) = 0; 133 …langDeclContextForTypeUID (const lldb_private::SymbolContext &sc, lldb::user_id_t type_uid) { retu… in GetClangDeclContextForTypeUID() 134 …virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) { retu… in GetClangDeclContextContainingTypeUID()
|
| HD | TypeList.h | 56 typedef std::multimap<lldb::user_id_t, lldb::TypeSP> collection; 72 RemoveTypeWithUID (lldb::user_id_t uid);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| HD | BreakpointOptions.h | 143 …l InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t bre… 298 lldb::user_id_t break_id, 299 lldb::user_id_t break_loc_id);
|
| HD | WatchpointOptions.h | 124 bool InvokeCallback (StoppointCallbackContext *context, lldb::user_id_t watch_id); 197 lldb::user_id_t watch_id);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| HD | DynamicLoaderHexagonDYLD.h | 109 lldb::user_id_t break_id, 110 lldb::user_id_t break_loc_id); 148 lldb::user_id_t break_id, 149 lldb::user_id_t break_loc_id);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| HD | DynamicLoaderPOSIXDYLD.h | 114 lldb::user_id_t break_id, 115 lldb::user_id_t break_loc_id); 153 lldb::user_id_t break_id, 154 lldb::user_id_t break_loc_id);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.h | 59 lldb::user_id_t 66 CloseFile (lldb::user_id_t fd, 70 ReadFile (lldb::user_id_t fd, 77 WriteFile (lldb::user_id_t fd, 83 lldb::user_id_t
|
| HD | PlatformPOSIX.cpp | 133 lldb::user_id_t 148 PlatformPOSIX::CloseFile (lldb::user_id_t fd, Error &error) in CloseFile() 159 PlatformPOSIX::ReadFile (lldb::user_id_t fd, in ReadFile() 174 PlatformPOSIX::WriteFile (lldb::user_id_t fd, in WriteFile() 307 lldb::user_id_t 427 user_id_t fd_src = OpenFile (source, in GetFile() 441 user_id_t fd_dst = FileCache::GetInstance().OpenFile( in GetFile()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.h | 168 lldb::user_id_t 172 CloseFile (lldb::user_id_t fd, Error &error) override; 175 ReadFile (lldb::user_id_t fd, 182 WriteFile (lldb::user_id_t fd, 188 lldb::user_id_t
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/ |
| HD | AddressSanitizerRuntime.h | 69 …tHit(void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t bre… 80 lldb::user_id_t m_breakpoint_id;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| HD | JITLoaderGDB.h | 91 lldb::user_id_t break_id, 92 lldb::user_id_t break_loc_id); 103 lldb::user_id_t m_jit_break_id;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.h | 78 lldb_private::Type* ResolveTypeUID (lldb::user_id_t type_uid) override; 79 clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) override; 80 …langDeclContextForTypeUID (const lldb_private::SymbolContext &sc, lldb::user_id_t type_uid) overri… 189 GetOSOIndexFromUserID (lldb::user_id_t uid) in GetOSOIndexFromUserID() 252 GetCompileUnitInfoForSymbolWithID (lldb::user_id_t symbol_id, uint32_t *oso_idx_ptr); 258 …SymbolContainsSymbolWithID (lldb::user_id_t *symbol_idx_ptr, const CompileUnitInfo *comp_unit_info…
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Section.cpp | 24 user_id_t sect_id, in Section() 59 user_id_t sect_id, in Section() 211 user_id_t a_sect_uid = a.GetID(); in Compare() 212 user_id_t b_sect_uid = b.GetID(); in Compare() 396 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) in ReplaceSection() 468 SectionList::FindSectionByID (user_id_t sect_id) const in FindSectionByID() 539 SectionList::ContainsSection(user_id_t sect_id) const in ContainsSection()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointOptions.cpp | 29 …ack (void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t bre… in NullCallback() 142 lldb::user_id_t break_id, in InvokeCallback() 143 lldb::user_id_t break_loc_id) in InvokeCallback()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-private-interfaces.h | 38 …ck) (void *baton, StoppointCallbackContext *context, lldb::user_id_t break_id, lldb::user_id_t bre… 39 …*WatchpointHitCallback) (void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 465 lldb::user_id_t 469 CloseFile (lldb::user_id_t fd, Error &error); 471 lldb::user_id_t 481 ReadFile (lldb::user_id_t fd, 488 WriteFile (lldb::user_id_t fd,
|