Searched refs:file_spec_ptr (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp227 const FileSpec *file_spec_ptr, bool exact,
229 if (!file_spec_ptr)
230 file_spec_ptr = &GetPrimaryFile();
232 *file_spec_ptr);
237 SourceLocationSpec location_spec(*file_spec_ptr, line,
226 FindLineEntry(uint32_t start_idx, uint32_t line, const FileSpec *file_spec_ptr, bool exact, LineEntry *line_entry_ptr) argument
H A DObjectFile.cpp242 const FileSpec *file_spec_ptr,
251 if (file_spec_ptr)
252 m_file = *file_spec_ptr;
241 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP data_sp, lldb::offset_t data_offset) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h193 /// that matches \a line. If \a file_spec_ptr is NULL, then the search
195 /// If \a file_spec_ptr is not NULL, line entries must match the specified
208 /// \param[in] file_spec_ptr
226 const FileSpec *file_spec_ptr, bool exact,
H A DObjectFile.h99 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1026 const FileSpec *file_spec_ptr = module_spec.GetFileSpecPtr(); local
1040 (!file_spec_ptr || !FileSystem::Instance().Exists(*file_spec_ptr)))
1051 file_spec_ptr ? file_spec_ptr->GetPath() : "";
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1346 static void DumpFullpath(Stream &strm, const FileSpec *file_spec_ptr, argument
1348 if (file_spec_ptr) {
1350 std::string fullpath = file_spec_ptr->GetPath();
1354 file_spec_ptr->Dump(strm.AsRawOstream());
1363 static void DumpDirectory(Stream &strm, const FileSpec *file_spec_ptr, argument
1365 if (file_spec_ptr) {
1367 strm.Printf("%-*s", width, file_spec_ptr->GetDirectory().AsCString(""));
1369 file_spec_ptr->GetDirectory().Dump(&strm);
1377 static void DumpBasename(Stream &strm, const FileSpec *file_spec_ptr, argument
1379 if (file_spec_ptr) {
[all...]

Completed in 125 milliseconds