Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDarwinSDKInfo.cpp21 llvm::SmallString<256> Filepath = SDKRootPath; in parseDarwinSDKInfo() local
22 llvm::sys::path::append(Filepath, "SDKSettings.json"); in parseDarwinSDKInfo()
24 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp137 if (!Filepath.empty()) in getFullFilepath()
138 return Filepath; in getFullFilepath()
147 Filepath = Dir; in getFullFilepath()
149 Filepath += '/'; in getFullFilepath()
150 Filepath += Filename; in getFullFilepath()
151 return Filepath; in getFullFilepath()
159 Filepath = Filename; in getFullFilepath()
166 std::replace(Filepath.begin(), Filepath.end(), '/', '\\'); in getFullFilepath()
171 Filepath.erase(Cursor, 2); in getFullFilepath()
194 Filepath.erase(Cursor, 1); in getFullFilepath()
[all …]