Home
last modified time | relevance | path

Searched refs:CFReleaser (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp38 using CFReleaser = typedef
43 class CFString : public CFReleaser<CFStringRef> {
45 CFString(CFStringRef CFStr = nullptr) : CFReleaser<CFStringRef>(CFStr) {} in CFString()
87 class CFBundle : public CFReleaser<CFBundleRef> {
89 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle()
92 : CFReleaser<CFBundleRef>(Url ? ::CFBundleCreate(nullptr, Url) in CFBundle()
128 CFReleaser<CFURLRef> BundleURL(::CFURLCreateFromFileSystemRepresentation( in SetFromPath()