Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp123 SmallString<256> DstPath = StringRef(Root); in addFileImpl() local
124 sys::path::append(DstPath, sys::path::relative_path(Paths.CopyFrom)); in addFileImpl()
131 addFileToMapping(Paths.VirtualPath, DstPath); in addFileImpl()