Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp112 llvm::SmallString<256> Filepath = SDKRootPath; in parseDarwinSDKInfo() local
113 llvm::sys::path::append(Filepath, "SDKSettings.json"); in parseDarwinSDKInfo()
115 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp144 if (!Filepath.empty()) in getFullFilepath()
145 return Filepath; in getFullFilepath()
154 Filepath = std::string(Dir); in getFullFilepath()
156 Filepath += '/'; in getFullFilepath()
157 Filepath += Filename; in getFullFilepath()
158 return Filepath; in getFullFilepath()
166 Filepath = std::string(Filename); in getFullFilepath()
173 std::replace(Filepath.begin(), Filepath.end(), '/', '\\'); in getFullFilepath()
178 Filepath.erase(Cursor, 2); in getFullFilepath()
201 Filepath.erase(Cursor, 1); in getFullFilepath()
[all …]