Searched refs:PathStore (Results 1 – 2 of 2) sorted by relevance
30 llvm::SmallString<32> PathStore(File); in update() local31 if (FS.makeAbsolute(PathStore)) in update()33 llvm::sys::path::remove_dots(PathStore, /*remove_dot_dot=*/true); in update()35 if (PathStore == MainFilePath) in update()38 StatCache.insert({PathStore, std::move(S)}); in update()
792 llvm::SmallString<256> PathStore(PathRef); in emitObjName() local 798 PathRef = PathStore; in emitObjName()