Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DCFBundle.cpp101 CFTypeRef GetValueForInfoDictionaryKey(CFStringRef key) const { in GetValueForInfoDictionaryKey() function in llvm::dsymutil::CFBundle
163 Bundle.GetValueForInfoDictionaryKey(CFSTR("CFBundleVersion"))) { in getBundleInfo()
170 if (CFTypeRef TypeRef = Bundle.GetValueForInfoDictionaryKey( in getBundleInfo()
/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.h26 CFTypeRef GetValueForInfoDictionaryKey(CFStringRef key) const;
H A DCFCBundle.cpp64 CFTypeRef CFCBundle::GetValueForInfoDictionaryKey(CFStringRef key) const { in GetValueForInfoDictionaryKey() function in CFCBundle