Home
last modified time | relevance | path

Searched defs:CFBundle (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.cpp85 class CFBundle : public CFReleaser<CFBundleRef> { class
87 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle() function in llvm::dsymutil::CFBundle
89 CFBundle(CFURLRef Url) in CFBundle() function in llvm::dsymutil::CFBundle