Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp87 class CFBundle : public CFReleaser<CFBundleRef> { class
89 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle() function in llvm::dsymutil::CFBundle
91 CFBundle(CFURLRef Url) in CFBundle() function in llvm::dsymutil::CFBundle