Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/dsymutil/
H A DCFBundle.cpp87 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle()
111 void SetFromPath(StringRef Path);
114 void CFBundle::SetFromPath(StringRef Path) { in SetFromPath() function in llvm::dsymutil::CFBundle