Home
last modified time | relevance | path

Searched refs:CFDictionaryRef (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp46 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 Dos_version_check.c46 *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 DSymbolMap.cpp87 CFDictionaryRef plist = (CFDictionaryRef)CFPropertyListCreateWithStream( in Load()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm773 CFDictionaryRef promptDict = CFDictionaryCreate(
783 CFDictionaryRef dict = CFDictionaryCreate(
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm3109 NULL, // launch_envp.get(), // CFDictionaryRef environment
3859 launch_envp.get(), // CFDictionaryRef environment
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3629 CFDictionaryRef currentRightDict = NULL; in developer_mode_enabled()