Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/
DDarwinSDKInfo.cpp133 llvm::SmallString<256> Filepath = SDKRootPath; in parseDarwinSDKInfo() local
134 llvm::sys::path::append(Filepath, "SDKSettings.json"); in parseDarwinSDKInfo()
136 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp136 std::string &Filepath = FileToFilepathMap[File]; in getFullFilepath() local
137 if (!Filepath.empty()) in getFullFilepath()
138 return Filepath; in getFullFilepath()
147 Filepath = std::string(Dir); in getFullFilepath()
149 Filepath += '/'; in getFullFilepath()
150 Filepath += Filename; in getFullFilepath()
151 return Filepath; in getFullFilepath()
159 Filepath = std::string(Filename); in getFullFilepath()
161 Filepath = (Dir + "\\" + Filename).str(); in getFullFilepath()
166 std::replace(Filepath.begin(), Filepath.end(), '/', '\\'); in getFullFilepath()
[all …]