Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp17 CFBundle::CFBundle(const char *path) in CFBundle() function in CFBundle