Home
last modified time | relevance | path

Searched refs:SupportFileSP (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h41 File(lldb::SupportFileSP support_file_sp, lldb::TargetSP target_sp);
42 File(lldb::SupportFileSP support_file_sp, lldb::DebuggerSP debugger_sp);
60 lldb::SupportFileSP GetSupportFile() const { in GetSupportFile()
83 void SetSupportFile(lldb::SupportFileSP support_file_sp);
89 lldb::SupportFileSP m_support_file_sp;
110 void CommonInitializer(lldb::SupportFileSP support_file_sp,
163 lldb::SupportFileSP support_file_sp, uint32_t line, uint32_t column,
177 bool SetDefaultFileAndLine(lldb::SupportFileSP support_file_sp,
181 lldb::SupportFileSP support_file_sp;
183 SupportFileAndLine(lldb::SupportFileSP support_file_sp, uint32_t line) in SupportFileAndLine()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h121 lldb::SupportFileSP support_file_sp, lldb::user_id_t uid,
237 lldb::SupportFileSP GetPrimarySupportFile() const { in GetPrimarySupportFile()
433 lldb::SupportFileSP m_primary_support_file_sp;
H A DLineEntry.h140 lldb::SupportFileSP file_sp;
143 lldb::SupportFileSP original_file_sp;
H A DFunction.h472 void GetStartLineSourceInfo(lldb::SupportFileSP &source_file_sp,
477 llvm::Expected<std::pair<lldb::SupportFileSP, SourceRange>> GetSourceInfo();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp84 SourceManager::FileSP SourceManager::GetFile(SupportFileSP support_file_sp) { in GetFile()
328 lldb::SupportFileSP support_file_sp, uint32_t line, uint32_t column, in DisplaySourceLinesWithLineNumbers()
392 bool SourceManager::SetDefaultFileAndLine(lldb::SupportFileSP support_file_sp, in SetDefaultFileAndLine()
449 void SourceManager::FindLinesMatchingRegex(SupportFileSP support_file_sp, in FindLinesMatchingRegex()
462 SourceManager::File::File(SupportFileSP support_file_sp, in File()
469 SourceManager::File::File(SupportFileSP support_file_sp, TargetSP target_sp) in File()
478 void SourceManager::File::CommonInitializer(SupportFileSP support_file_sp, in CommonInitializer()
556 void SourceManager::File::SetSupportFile(lldb::SupportFileSP support_file_sp) { in SetSupportFile()
H A DDisassembler.cpp205 SupportFileSP func_decl_file_sp; in GetFunctionDeclLineEntry()
414 SupportFileSP func_decl_file_sp; in PrintInstructions()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp275 void Function::GetStartLineSourceInfo(SupportFileSP &source_file_sp, in GetStartLineSourceInfo()
303 llvm::Expected<std::pair<SupportFileSP, Function::SourceRange>>
305 SupportFileSP source_file_sp; in GetSourceInfo()
H A DCompileUnit.cpp30 lldb::SupportFileSP support_file_sp, in CompileUnit()
H A DLineTable.cpp330 SupportFileSP prev_file; in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h44 lldb::SupportFileSP GetSupportFileAtIndex(size_t idx) const;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp142 SupportFileSP file_sp; in FilterContexts()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp780 SupportFileSP start_file = std::make_shared<SupportFile>(); in DisplayFunctionSource()
1197 lldb::SupportFileSP found_file_sp = sc.line_entry.file_sp; in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h484 typedef std::shared_ptr<lldb_private::SupportFile> SupportFileSP; typedef
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp2054 SupportFileSP source_file_sp = m_sc.line_entry.file_sp; in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp786 auto initialize_cu = [&](lldb::SupportFileSP support_file_sp, in ParseCompileUnit()