Home
last modified time | relevance | path

Searched refs:dyld_shared_cache_dylib_text_info (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp175 struct dyld_shared_cache_dylib_text_info { struct
185 typedef struct dyld_shared_cache_dylib_text_info
186 dyld_shared_cache_dylib_text_info; typedef
192 void (^callback)(const dyld_shared_cache_dylib_text_info *info));
207 uuid, ^(const dyld_shared_cache_dylib_text_info *info) { in GetDyldImageHeaderViaSharedCache()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm495 struct dyld_shared_cache_dylib_text_info {
505 typedef struct dyld_shared_cache_dylib_text_info
506 dyld_shared_cache_dylib_text_info;
511 void (^callback)(const dyld_shared_cache_dylib_text_info *info));
575 dsc_uuid, ^(const dyld_shared_cache_dylib_text_info *info) {