Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ !
H A DSymbolLocatorDebugSymbols.cpp805 CFStringRef cf_str; in GetModuleSpecInfoFromUUIDDictionary() local
808 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
810 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
811 if (CFCString::FileSystemRepresentation(cf_str, str)) { in GetModuleSpecInfoFromUUIDDictionary()
819 cf_str = (CFStringRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary()
821 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
822 if (CFCString::FileSystemRepresentation(cf_str, str)) { in GetModuleSpecInfoFromUUIDDictionary()
831 cf_str = (CFStringRef)CFDictionaryGetValue((CFDictionaryRef)uuid_dict, in GetModuleSpecInfoFromUUIDDictionary()
833 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
834 if (CFCString::FileSystemRepresentation(cf_str, str)) { in GetModuleSpecInfoFromUUIDDictionary()
[all …]