Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DCFBundle.h18 struct CFBundleInfo { struct
25 CFBundleInfo getBundleInfo(llvm::StringRef ExePath); argument
H A DCFBundle.cpp147 CFBundleInfo getBundleInfo(StringRef ExePath) { in getBundleInfo()
148 CFBundleInfo BundleInfo; in getBundleInfo()
H A Ddsymutil.cpp392 CFBundleInfo BI = getBundleInfo(Bin); in createPlistFile()