Searched refs:SupportFileSP (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | SourceManager.h | 41 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 D | CompileUnit.h | 121 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 D | LineEntry.h | 140 lldb::SupportFileSP file_sp; 143 lldb::SupportFileSP original_file_sp;
|
| H A D | Function.h | 472 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 D | SourceManager.cpp | 84 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 D | Disassembler.cpp | 205 SupportFileSP func_decl_file_sp; in GetFunctionDeclLineEntry() 414 SupportFileSP func_decl_file_sp; in PrintInstructions()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 275 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 D | CompileUnit.cpp | 30 lldb::SupportFileSP support_file_sp, in CompileUnit()
|
| H A D | LineTable.cpp | 330 SupportFileSP prev_file; in Dump()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpecList.h | 44 lldb::SupportFileSP GetSupportFileAtIndex(size_t idx) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 142 SupportFileSP file_sp; in FilterContexts()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 780 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 D | lldb-forward.h | 484 typedef std::shared_ptr<lldb_private::SupportFile> SupportFileSP; typedef
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 2054 SupportFileSP source_file_sp = m_sc.line_entry.file_sp; in GetStatus()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 786 auto initialize_cu = [&](lldb::SupportFileSP support_file_sp, in ParseCompileUnit()
|