Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/lldb/test/API/commands/trace/intelpt-trace-multi-file/
H A Dmulti-file-no-ld.json24 "uuid": "D2414468-7112-B7C5-408D-FF07E30D5B17-A5BFD2C4" string
30 "uuid": "B30FFEDA-8BB2-3D08-4580-C5937ED11E2B-21BE778C" string
36 "uuid": "6633B038-EA73-D1A6-FF9A-7D0C0EDF733D-95FEA2CC" string
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
H A Dcreate-empty-corefile.cpp24 uuid_t uuid; member
88 int payload_file_offset, std::string uuid, uint64_t address) { in add_lc_note_kern_ver_str_load_command() argument
159 uuid_t uuid; in add_lc_note_main_bin_spec_load_command() local
202 std::string uuid; get_uuid_from_binary() local
317 std::string uuid = get_uuid_from_binary(argv[3], cputype, cpusubtype); main() local
[all...]
/llvm-project/lldb/test/API/macosx/unregistered-macho/
H A Dmain.c41 struct uuid_command uuid; in main() local
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp25 UUID uuid; member
44 UUID uuid = Info && Info->ID ? Info->ID : Module->ID; in parse() local
111 UUID uuid) in ObjectFileBreakpad()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_markup.h28 u8 uuid[kModuleUUIDSize]; // BuildId member
H A Dsanitizer_procmaps.h59 u8 uuid[kModuleUUIDSize]; variable
/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp21 void SymbolLocator::DownloadSymbolFileAsync(const UUID &uuid) { in DownloadSymbolFileAsync()
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h21 OptionValueUUID(const UUID &uuid) : m_uuid(uuid) {} in OptionValueUUID()
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp81 UUID uuid; in CreateInstance() local
139 UUID uuid; in GetModuleSpecifications() local
151 UUID uuid, Type type, in ObjectFileJSON()
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/
H A Dcreate-multibin-corefile.cpp36 uuid_t uuid; member
43 uuid_t uuid; member
137 uuid_t uuid; in add_lc_note_main_bin_spec_load_command() local
173 uuid_t uuid; in add_lc_note_load_binary_load_command() local
215 std::string uuid; in scan_binary() local
/llvm-project/lldb/test/API/commands/trace/intelpt-trace/
H A Dtrace.json24 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" string
H A Dtrace_wrong_cpu.json24 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" string
H A Dtrace_bad_image.json24 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" string
H A Dtrace_bad3.json24 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" string
H A Dtrace_bad5.json24 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" string
H A Dtrace_2threads.json28 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" string
H A Dtrace_bad2.json23 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" string
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp95 const UUID *uuid = module_spec.GetUUIDPtr(); in LocateExecutableObjectFile() local
330 FindSymbolFileInBundle(const FileSpec & dsym_bundle_fspec,const UUID * uuid,const ArchSpec * arch) FindSymbolFileInBundle() argument
369 FileAtPathContainsArchAndUUID(const FileSpec & file_fspec,const ArchSpec * arch,const lldb_private::UUID * uuid) FileAtPathContainsArchAndUUID() argument
537 const UUID *uuid = module_spec.GetUUIDPtr(); LocateMacOSXFilesUsingDebugSymbols() local
772 const UUID *uuid = module_spec.GetUUIDPtr(); LocateExecutableSymbolFile() local
[all...]
/llvm-project/clang/test/Parser/
H A Dms-square-bracket-attributes.mm171 NSObject* uuid(const char*); function
/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp63 lldb_private::UUID uuid = obj_file->GetUUID(); CreateInstance() local
/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp63 lldb_private::UUID uuid = obj_file->GetUUID(); in CreateInstance() local
/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h314 GetSharedCacheInformation(lldb::addr_t & base_address,UUID & uuid,LazyBool & using_shared_cache,LazyBool & private_shared_cache) GetSharedCacheInformation() argument
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h123 lldb_private::UUID uuid; global() member
/llvm-project/lldb/test/API/commands/trace/intelpt-multi-core-trace/
H A Dtrace_missing_threads.json27 "uuid": "AEFB0D59-233F-80FF-6D3C-4DED498534CF-11017B3B" string
/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp168 UUID uuid = module->GetUUID(); in CacheSignature() local
184 UUID uuid = objfile->GetUUID(); in CacheSignature() local

1234