Searched refs:CFBundle (Results 1 – 2 of 2) sorted by relevance
87 class CFBundle : public CFReleaser<CFBundleRef> { class89 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle() function in llvm::dsymutil::CFBundle91 CFBundle(CFURLRef Url) in CFBundle() function in llvm::dsymutil::CFBundle116 void CFBundle::SetFromPath(StringRef Path) { in SetFromPath()161 CFBundle Bundle(ExePath); in getBundleInfo()
14 CFBundle.cpp