Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DModuleList.cpp875 bool *did_create_ptr, in GetSharedModule() argument
887 if (did_create_ptr) in GetSharedModule()
888 *did_create_ptr = false; in GetSharedModule()
950 if (did_create_ptr) in GetSharedModule()
951 *did_create_ptr = true; in GetSharedModule()
1040 if (did_create_ptr) in GetSharedModule()
1041 *did_create_ptr = true; in GetSharedModule()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp246 bool *did_create_ptr) in CreateThreadFromThreadInfo() argument
286 if (did_create_ptr) in CreateThreadFromThreadInfo()
287 *did_create_ptr = true; in CreateThreadFromThreadInfo()
DOperatingSystemPython.h97 bool *did_create_ptr);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp596 bool *did_create_ptr) in GetSharedModule() argument
611 did_create_ptr); in GetSharedModule()
622 did_create_ptr); in GetSharedModule()
DPlatformFreeBSD.h155 bool *did_create_ptr);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DModuleList.h538 bool *did_create_ptr,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp135 bool *did_create_ptr) in GetSharedModule() argument
149 did_create_ptr, in GetSharedModule()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h336 bool *did_create_ptr);