Home
last modified time | relevance | path

Searched defs:uuid_str (Results 1 – 13 of 13) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp168 std::string uuid_str = dsym_uuid.GetAsString(); in CreateInstance() local
/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp170 std::string uuid_str; in LocateExecutableSymbolFile() local
/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp711 std::string uuid_str = std::string( GetSharedCacheInformation() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1117 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_qModuleInfo() local
1185 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_jModulesInfo() local
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp229 std::string uuid_str; in CheckForKernelImageAtAddress() local
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp348 std::string uuid_str = corefile_identifier.substr(p, 36); in LoadBinariesViaMetadata() local
/llvm-project/lldb/source/Core/
H A DModuleList.cpp935 std::string uuid_str; in GetSharedModule() local
1015 std::string uuid_str; GetSharedModule() local
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp116 llvm::StringRef uuid_str = str.take_front(hex_digits<data_t::uuid_t>()); in parseModuleId() local
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1054 const std::string uuid_str = uuid_ptr ? uuid_ptr->GetAsString() : ""; in DownloadObjectAndSymbolFile() local
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp443 std::string uuid_str = m_kernel_version.substr(p, 36); in GetUUID() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp485 std::string uuid_str; CheckForKernelImageAtAddress() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1373 char uuid_str[128]; DumpProcessMap() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3068 std::string uuid_str; DoExecute() local