Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp801 CFStringRef cf_str; in GetModuleSpecInfoFromUUIDDictionary() local
806 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
807 if (CFCString::FileSystemRepresentation(cf_str, str)) { in GetModuleSpecInfoFromUUIDDictionary()
815 cf_str = (CFStringRef)CFDictionaryGetValue( in GetModuleSpecInfoFromUUIDDictionary()
817 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
818 if (CFCString::FileSystemRepresentation(cf_str, str)) { in GetModuleSpecInfoFromUUIDDictionary()
829 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
830 if (CFCString::FileSystemRepresentation(cf_str, str)) { in GetModuleSpecInfoFromUUIDDictionary()
859 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
937 if (cf_str && CFGetTypeID(cf_str) == CFStringGetTypeID()) { in GetModuleSpecInfoFromUUIDDictionary()
[all …]