Home
last modified time | relevance | path

Searched refs:CFBundle (Results 1 – 2 of 2) 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
116 void CFBundle::SetFromPath(StringRef Path) { in SetFromPath()
161 CFBundle Bundle(ExePath); in getBundleInfo()
DCMakeLists.txt14 CFBundle.cpp