Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDeclaration.h161 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp167 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec
172 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec
210 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile() function in FileSpec
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp18 SetFile = 0x01, ///< Set LineTableRow.file_idx, don't push a row. enumerator
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1027 bool IONAME(SetFile)(Cookie cookie, const char *path, std::size_t chars) { in IONAME() argument