Searched defs:CFBundle (Results 1 – 1 of 1) sorted by relevance
85 class CFBundle : public CFReleaser<CFBundleRef> { class87 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle() function in llvm::dsymutil::CFBundle89 CFBundle(CFURLRef Url) in CFBundle() function in llvm::dsymutil::CFBundle