Home
last modified time | relevance | path

Searched refs:did_create_ptr (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DModuleCache.h61 lldb::ModuleSP &cached_module_sp, bool *did_create_ptr);
70 bool *did_create_ptr);
H A DPlatform.h329 bool *did_create_ptr);
1032 bool *did_create_ptr);
1035 lldb::ModuleSP &module_sp, bool *did_create_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp214 ModuleSP &cached_module_sp, bool *did_create_ptr) { in Get() argument
252 nullptr, nullptr, did_create_ptr, false); in Get()
272 bool *did_create_ptr) { in GetAndPut() argument
288 cached_module_sp, did_create_ptr); in GetAndPut()
306 cached_module_sp, did_create_ptr); in GetAndPut()
H A DPlatform.cpp220 bool *did_create_ptr) { in GetSharedModule() argument
224 did_create_ptr, false); in GetSharedModule()
239 did_create_ptr, false); in GetSharedModule()
247 did_create_ptr, false); in GetSharedModule()
255 did_create_ptr); in GetSharedModule()
1580 bool *did_create_ptr) { in GetRemoteSharedModule() argument
1635 if (GetCachedSharedModule(resolved_module_spec, module_sp, did_create_ptr)) in GetRemoteSharedModule()
1644 bool *did_create_ptr) { in GetCachedSharedModule() argument
1665 module_sp, did_create_ptr); in GetCachedSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp778 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument
788 if (did_create_ptr) in GetSharedModule()
789 *did_create_ptr = false; in GetSharedModule()
848 if (did_create_ptr) { in GetSharedModule()
849 *did_create_ptr = true; in GetSharedModule()
886 if (did_create_ptr) in GetSharedModule()
887 *did_create_ptr = true; in GetSharedModule()
984 if (did_create_ptr) in GetSharedModule()
985 *did_create_ptr = true; in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp229 bool *did_create_ptr) { in CreateThreadFromThreadInfo() argument
261 if (did_create_ptr) in CreateThreadFromThreadInfo()
262 *did_create_ptr = true; in CreateThreadFromThreadInfo()
H A DOperatingSystemPython.h82 std::vector<bool> &core_used_map, bool *did_create_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h539 bool *did_create_ptr,