Searched refs:PathStore (Results 1 – 2 of 2) sorted by relevance
28 llvm::SmallString<32> PathStore(S.getName()); in update() local29 if (FS.makeAbsolute(PathStore)) in update()31 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in update()33 if (PathStore == MainFilePath) in update()36 StatCache.insert({PathStore, std::move(S)}); in update()
787 llvm::SmallString<256> PathStore(PathRef); in emitObjName() local793 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in emitObjName()794 PathRef = PathStore; in emitObjName()