Home
last modified time | relevance | path

Searched refs:GetUUIDPtr (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Host/macosx/
DSymbols.cpp298 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateMacOSXFilesUsingDebugSymbols()
487 …AtPathContainsArchAndUUID (dsym_fspec, module_spec.GetArchitecturePtr(), module_spec.GetUUIDPtr())) in LocateDSYMInVincinityOfExecutable()
505 …AtPathContainsArchAndUUID (dsym_fspec, module_spec.GetArchitecturePtr(), module_spec.GetUUIDPtr())) in LocateDSYMInVincinityOfExecutable()
535 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile()
555 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableSymbolFile()
636 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in DownloadObjectAndSymbolFile()
/external/lldb/include/lldb/Core/
DModuleSpec.h207 GetUUIDPtr () in GetUUIDPtr() function
215 GetUUIDPtr () const in GetUUIDPtr() function
380 if (match_module_spec.GetUUIDPtr() && match_module_spec.GetUUID() != GetUUID()) in Matches()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformiOSSimulator.cpp373 error = GetFile (platform_file, module_spec.GetUUIDPtr(), local_file); in GetSharedModule()
DPlatformRemoteiOS.cpp682 const UUID *module_uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule()
DPlatformDarwin.cpp256 sym_spec.GetUUIDPtr(), in ResolveSymbolFile()
/external/lldb/source/Core/
DModuleList.cpp877 const UUID *uuid_ptr = module_spec.GetUUIDPtr(); in GetSharedModule()
1001 if (platform_module_spec.GetUUIDPtr() == NULL) in GetSharedModule()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp2944 if (module_spec.GetUUIDPtr()) in DoExecute()