Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp89 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle()
113 void SetFromPath(StringRef Path);
116 void CFBundle::SetFromPath(StringRef Path) { in SetFromPath() function in llvm::dsymutil::CFBundle