Home
last modified time | relevance | path

Searched refs:GetFilename (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp80 exec_fspec ? exec_fspec.GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableObjectFile()
107 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")); in LocateExecutableSymbolFile()
194 if (symbol_file_spec.GetFilename()) { in LocateExecutableSymbolFile()
196 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
198 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
204 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverFileLine.cpp59 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback()
74 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
H A DDeclaration.cpp20 *s << m_file.GetFilename(); in Dump()
40 m_file.GetFilename().Dump(s); in DumpStopContext()
H A DSearchFilter.cpp446 s->PutCString(m_module_spec.GetFilename().AsCString("<Unknown>")); in GetDescription()
566 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription()
574 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
785 m_module_spec_list.GetFileSpecAtIndex(0).GetFilename().AsCString( in GetDescription()
791 m_module_spec_list.GetFileSpecAtIndex(i).GetFilename().AsCString( in GetDescription()
H A DAddressRange.cpp194 s->Printf("%s", module_sp->GetFileSpec().GetFilename().AsCString( in Dump()
232 file_name = object_file->GetFileSpec().GetFilename().AsCString(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp108 const char *SBFileSpec::GetFilename() const { in GetFilename() function in SBFileSpec
111 return m_opaque_up->GetFilename().AsCString(); in GetFilename()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp46 return m_executable.GetFilename().GetCString(); in GetName()
50 return m_executable.GetFilename().GetStringRef(); in GetNameAsStringRef()
128 s.Printf(" name = %s\n", m_executable.GetFilename().GetCString()); in Dump()
H A DFileSpecList.cpp86 if (ConstString::Equals(ith.GetFilename(), file_spec.GetFilename(), in FindFileIndex()
H A DXcodeSDK.cpp173 if (m_sysroot && m_sysroot.GetFilename().GetStringRef() != m_name) in Merge()
292 ConstString last_path_component = sdk_path.GetFilename(); in SDKSupportsModules()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp81 file->GetFilename().GetStringRef()}; in CreateInstance()
114 file.GetFilename().GetStringRef()}; in GetModuleSpecifications()
120 file.GetFilename()); in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp91 location.module_spec.GetFilename(), location.symbols, in RegisterAssertFrameRecognizer()
97 for (char c : location.module_spec.GetFilename().GetStringRef()) { in RegisterAssertFrameRecognizer()
H A DInstrumentationRuntime.cpp58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
H A DInstrumentationRuntimeStopInfo.cpp21 return module.GetFileSpec().GetFilename().GetStringRef().starts_with( in IsStoppedInDarwinSanitizer()
H A DSectionLoadList.cpp111 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
113 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
H A DPlatform.cpp399 if (!dst_dir.GetFilename()) in RecurseCopy_Callback()
400 dst_dir.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
430 if (!dst_file.GetFilename()) in RecurseCopy_Callback()
431 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
452 if (!dst_file.GetFilename()) in RecurseCopy_Callback()
453 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
479 if (!fixed_dst.GetFilename()) in Install()
480 fixed_dst.SetFilename(src.GetFilename()); in Install()
1823 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
1860 file_to_use = FileSpec(remote_filename.GetFilename().GetStringRef(), in LoadImageUsingPaths()
H A DModuleCache.cpp197 JoinPath(module_spec_dir, target_file.GetFilename().AsCString()); in Put()
231 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecExtensions.i12 basename = property(GetFilename, None, doc='''A read only property that returns the path basename as a python string.''')
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DUtility.cpp24 if (pattern.match(m->GetFileSpec().GetFilename().GetStringRef())) { in GetPreferredAsanModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp149 return module_spec.GetFileSpec().GetFilename().GetStringRef(); in getFileName()
151 module_spec.GetSymbolFileSpec().GetFilename().GetStringRef(); in getFileName()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp171 ConstString module_file_name = module->GetFileSpec().GetFilename(); in DumpLinesInSymbolContexts()
205 assert(file_spec.GetFilename().AsCString()); in DumpFileLinesInCompUnit()
216 ConstString file_spec_name = file_spec.GetFilename(); in DumpFileLinesInCompUnit()
217 ConstString module_file_name = module->GetFileSpec().GetFilename(); in DumpFileLinesInCompUnit()
248 << cu->GetPrimaryFile().GetFilename() << " in `" in DumpFileLinesInCompUnit()
761 if (line_entry.GetFile().GetFilename().GetCString() < in operator <()
762 rhs.line_entry.GetFile().GetFilename().GetCString()) in operator <()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp397 ConstString filename = exec_fspec.GetFilename(); in LookForDsymNextToExecutablePath()
504 const char *fn = parent_dirs.GetFilename().AsCString(); in LocateDSYMInVincinityOfExecutable()
776 exec_fspec ? exec_fspec->GetFilename().AsCString("<NULL>") : "<NULL>", in LocateExecutableSymbolFile()
781 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")); in LocateExecutableSymbolFile()
1072 llvm::formatv("{0} ({1})", file_spec_ptr->GetFilename().GetString(), in DownloadObjectAndSymbolFile()
1077 lookup_desc = file_spec_ptr->GetFilename().GetString(); in DownloadObjectAndSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp202 item.second.GetName(), item.first->GetFileSpec().GetFilename()); in FindCompleteType()
667 module_sp->GetFileSpec().GetFilename()); in FillNamespaceMap()
703 image->GetFileSpec().GetFilename()); in FillNamespaceMap()
1343 i->second.GetName(), i->first->GetFileSpec().GetFilename()); in LookupInNamespace()
1405 module_sp->GetFileSpec().GetFilename()); in CompleteNamespaceMap()
1430 image->GetFileSpec().GetFilename()); in CompleteNamespaceMap()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h46 const char *GetFilename() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h69 assert(!m_sysroot || m_name == m_sysroot.GetFilename().GetStringRef()); in XcodeSDK()

1234