Home
last modified time | relevance | path

Searched defs:SetFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp208 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec
215 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec
253 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &Triple) { in SetFile() function in FileSpec
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDeclaration.h210 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function