Searched refs:CFDictionaryRef (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 46 static CFDictionaryRef (*g_dlsym_DBGCopyDSYMPropertyLists)(CFURLRef dsym_url) = 75 g_dlsym_DBGCopyDSYMPropertyLists = (CFDictionaryRef(*)(CFURLRef))dlsym( in LocateMacOSXFilesUsingDebugSymbols() 142 CFCReleaser<CFDictionaryRef> dict( in LocateMacOSXFilesUsingDebugSymbols() 144 CFDictionaryRef uuid_dict = NULL; in LocateMacOSXFilesUsingDebugSymbols() 147 uuid_dict = static_cast<CFDictionaryRef>( in LocateMacOSXFilesUsingDebugSymbols() 331 static bool GetModuleSpecInfoFromUUIDDictionary(CFDictionaryRef uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() 339 CFDictionaryRef cf_dict; in GetModuleSpecInfoFromUUIDDictionary() 341 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() 350 (CFDictionaryRef)uuid_dict, CFSTR("DBGSymbolRichExecutable")); in GetModuleSpecInfoFromUUIDDictionary() 361 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | os_version_check.c | 46 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef 81 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef, 175 CFDictionaryRef PListRef = NULL; in _initializeAvailabilityCheck()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | SymbolMap.cpp | 87 CFDictionaryRef plist = (CFDictionaryRef)CFPropertyListCreateWithStream( in Load()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 773 CFDictionaryRef promptDict = CFDictionaryCreate( 783 CFDictionaryRef dict = CFDictionaryCreate(
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.mm | 3109 NULL, // launch_envp.get(), // CFDictionaryRef environment 3859 launch_envp.get(), // CFDictionaryRef environment
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBRemote.cpp | 3629 CFDictionaryRef currentRightDict = NULL; in developer_mode_enabled()
|