Searched refs:GetFile (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamFile.h37 File &GetFile() { return *m_file_sp; } function in class:lldb_private::StreamFile
39 const File &GetFile() const { return *m_file_sp; } function in class:lldb_private::StreamFile
H A DSourceManager.h147 FileSP GetFile(const FileSpec &file_spec);
H A DDebugger.h125 File &GetOutputFile() { return m_output_stream_sp->GetFile(); }
127 File &GetErrorFile() { return m_error_stream_sp->GetFile(); }
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupOutputFile.h33 const OptionValueFileSpec &GetFile() { return m_file; } function in class:lldb_private::OptionGroupOutputFile
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDeclaration.h138 FileSpec &GetFile() { return m_file; } function in class:lldb_private::Declaration
144 const FileSpec &GetFile() const { return m_file; } function in class:lldb_private::Declaration
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFile.h39 FileSP GetFile() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclaration.cpp96 return lhs.GetLine() == rhs.GetLine() && lhs.GetFile() == rhs.GetFile();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp111 FileSP SBFile::GetFile() const { function in class:SBFile
112 LLDB_RECORD_METHOD_CONST_NO_ARGS(FileSP, SBFile, GetFile);
128 LLDB_REGISTER_METHOD_CONST(FileSP, SBFile, GetFile, ());
H A DSBDeclaration.cpp71 if (m_opaque_up.get() && m_opaque_up->GetFile())
72 sb_file_spec.SetFileSpec(m_opaque_up->GetFile());
167 m_opaque_up->GetFile().GetPath(file_path, sizeof(file_path));
H A DSBStream.cpp118 RedirectToFile(file.GetFile());
H A DSBReproducer.cpp160 FileSpec file = loader->GetFile<SBProvider::Info>();
H A DSBBlock.cpp95 sb_file.SetFileSpec(inlined_info->GetCallSite().GetFile());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFile.i94 If there is no underlying python file to unwrap, GetFile will
98 FileSP GetFile();
H A DSBDebugger.i197 return self->GetInputFile().GetFile();
201 return self->GetOutputFile().GetFile();
205 return self->GetErrorFile().GetFile();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h58 virtual llvm::StringRef GetFile() const = 0;
78 llvm::StringRef GetFile() const override { return ThisProviderT::Info::file; }
281 template <typename T> FileSpec GetFile() { function in class:lldb_private::repro::final
289 FileSpec file = GetFile<typename T::Info>();
353 FileSpec file = loader->GetFile<typename T::Info>();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h35 GetFile(const lldb_private::FileSpec &source,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp74 FileSpec vfs_mapping = loader->GetFile<FileProvider::Info>();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp65 SourceManager::FileSP SourceManager::GetFile(const FileSpec &file_spec) { function in class:SourceManager
232 FileSP file_sp(GetFile(file_spec));
297 m_last_file_sp = GetFile(file_spec);
359 FileSP file_sp = GetFile(file_spec);
H A DIOHandler.cpp86 return (m_output_sp ? m_output_sp->GetFile().GetDescriptor() : -1);
90 return (m_error_sp ? m_error_sp->GetFile().GetDescriptor() : -1);
98 return (m_output_sp ? m_output_sp->GetFile().GetStream() : nullptr);
102 return (m_error_sp ? m_error_sp->GetFile().GetStream() : nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp270 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors();
333 bool useColors = error_sp->GetFile().GetIsTerminalWithColors();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp160 file = inline_declaration.GetFile();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h201 lldb_private::FileSpec GetFile(size_t file_idx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp207 files.emplace_back(provider.second->GetFile());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp362 FileSpec vfs_mapping = loader->GetFile<FileProvider::Info>();
H A DCommandObjectFrame.cpp548 var_sp->GetDeclaration().GetFile()) {
593 var_sp->GetDeclaration().GetFile()) {
666 var_sp->GetDeclaration().GetFile()) {

Completed in 171 milliseconds

12