/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ModuleCache.h | 58 lldb::ModuleSP &cached_module_sp, bool *did_create_ptr); 67 bool *did_create_ptr);
|
H A D | Platform.h | 294 /// \param[out] did_create_ptr 307 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr); 312 bool *did_create_ptr); 998 bool *did_create_ptr); 1001 lldb::ModuleSP &module_sp, bool *did_create_ptr);
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | ModuleCache.cpp | 217 ModuleSP &cached_module_sp, bool *did_create_ptr) { in Get() argument 255 nullptr, nullptr, did_create_ptr, false); in Get() 275 bool *did_create_ptr) { in GetAndPut() argument 291 cached_module_sp, did_create_ptr); in GetAndPut() 309 cached_module_sp, did_create_ptr); in GetAndPut()
|
H A D | Platform.cpp | 167 llvm::SmallVectorImpl<lldb::ModuleSP> *old_modules, bool *did_create_ptr) { 171 did_create_ptr, false); 185 did_create_ptr, false); 193 did_create_ptr, false); 201 did_create_ptr); in GetSharedModule() argument 1465 bool *did_create_ptr) { in SetOptionValue() 1532 symbol_file_spec, did_create_ptr); in GetRemoteSharedModule() 1571 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) { in GetRemoteSharedModule() 1586 bool *did_create_ptr) { in GetRemoteSharedModule() 1671 nullptr, did_create_ptr, fals in CallLocateModuleCallbackIfSet() 1513 GetRemoteSharedModule(const ModuleSpec & module_spec,Process * process,lldb::ModuleSP & module_sp,const ModuleResolver & module_resolver,bool * did_create_ptr) GetRemoteSharedModule() argument 1634 CallLocateModuleCallbackIfSet(const ModuleSpec & module_spec,lldb::ModuleSP & module_sp,FileSpec & symbol_file_spec,bool * did_create_ptr) CallLocateModuleCallbackIfSet() argument 1739 GetCachedSharedModule(const ModuleSpec & module_spec,lldb::ModuleSP & module_sp,bool * did_create_ptr) GetCachedSharedModule() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | ModuleList.cpp | 792 bool *did_create_ptr, bool always_create) { in GetSharedModule() 802 if (did_create_ptr) in GetSharedModule() 803 *did_create_ptr = false; in GetSharedModule() 863 if (did_create_ptr) { in GetSharedModule() 864 *did_create_ptr = true; in GetSharedModule() 901 if (did_create_ptr) in GetSharedModule() 902 *did_create_ptr = true; in GetSharedModule() 999 if (did_create_ptr) in GetSharedModule() 1000 *did_create_ptr = true; in GetSharedModule() 787 GetSharedModule(const ModuleSpec & module_spec,ModuleSP & module_sp,const FileSpecList * module_search_paths_ptr,llvm::SmallVectorImpl<lldb::ModuleSP> * old_modules,bool * did_create_ptr,bool always_create) GetSharedModule() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 228 bool *did_create_ptr) { in CreateThreadFromThreadInfo() argument 260 if (did_create_ptr) in CreateThreadFromThreadInfo() 261 *did_create_ptr = true; in CreateThreadFromThreadInfo()
|
H A D | OperatingSystemPython.h | 72 std::vector<bool> &core_used_map, bool *did_create_ptr);
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 471 bool *did_create_ptr, bool always_create = false);
|