Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DCFBundle.cpp17 CFBundle::CFBundle(const char *path) in CFBundle() function in CFBundle
24 CFBundle::CFBundle(const CFBundle &rhs) in CFBundle() function in CFBundle
/external/llvm-project/llvm/tools/dsymutil/
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
/external/llvm-project/clang/test/CodeGenObjC/
Davailability-cf-link-guard.m15 struct CFBundle; struct