reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/FileSpecList.h
   68   void Append(const FileSpec &file);

References

tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
   67     m_current_value.Append(value);
tools/lldb/source/API/SBFileSpecList.cpp
   57   m_opaque_up->Append(sb_file.ref());
tools/lldb/source/API/SBTarget.cpp
  788       module_spec_list.Append(FileSpec(module_name));
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  666           m_options.m_filenames.Append(file);
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
   73             m_current_value.Append(file);
   92         m_current_value.Append(file);
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
 1473     module_spec_list.Append(m_kernel.GetModule()->GetFileSpec());
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  346     containingModules.Append(interpreter->GetFileSpec());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  463     filter_modules.Append(std::get<0>(GetExceptionThrowLocation()));
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  949       m_filespec_up->Append(file_spec);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2134         dylib_files.Append(file_spec);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  163                 file_list.Append(script_fspec);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
  405         file_list.Append(local_file);
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1625   module_spec_list.Append(module_file_spec);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  187   support_files.Append(first_file);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1154     support_files.Append(spec);
tools/lldb/source/Target/Target.cpp
  355     compile_unit_list.Append(remapped_file);
tools/lldb/unittests/Expression/CppModuleConfigurationTest.cpp
   46     result.Append(FileSpec(path, FileSpec::Style::posix));