/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 132 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() 142 AddSection("debug_line_str", getOrLoadLineStrData()); in GetAsLLVM() 143 AddSection("debug_cu_index", getOrLoadCuIndexData()); in GetAsLLVM() 144 AddSection("debug_tu_index", getOrLoadTuIndexData()); in GetAsLLVM() 146 AddSection("debug_info.dwo", getOrLoadDebugInfoData()); in GetAsLLVM() 147 AddSection("debug_types.dwo", getOrLoadDebugTypesData()); in GetAsLLVM() 131 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { GetAsLLVM() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 45 m_sections_up->AddSection(section_sp); in CreateSections() 46 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 145 m_sections_up->AddSection(section_sp); in CreateSections() 146 unified_section_list.AddSection(section_sp); in CreateSections()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 188 m_sections_up->AddSection(section_sp); in CreateSections() 189 unified_section_list.AddSection(section_sp); in CreateSections()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 250 m_sections_up->AddSection(section); in CreateSections() 251 sections.AddSection(section); in CreateSections()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 128 module_section_list->AddSection(section_sp); in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 133 module_section_list->AddSection(section_sp); in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 137 module_section_list->AddSection(section_sp); in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 341 m_sections_up->AddSection(section_sp); in CreateSections() 342 unified_section_list.AddSection(section_sp); in CreateSections()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObjcopy.cpp | 113 // Only support AddSection, DumpSection, RemoveSection for now. in handleArgs() 124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | ConfigManager.cpp | 84 Common.DiscardMode != DiscardType::None || !Common.AddSection.empty() || in getXCOFFConfig()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 219 SmallVector<NewSectionInfo, 0> AddSection; member
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 475 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection() function in SectionList 510 sect_idx = AddSection(sect_sp); in AddUniqueSection()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 757 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs() 758 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) -> Error { in handleArgs() local 768 if (Error E = handleUserSection(AddedSection, AddSection)) in handleArgs()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 51 size_t AddSection(const lldb::SectionSP §ion_sp);
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObjcopy.cpp | 263 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1493 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { in populateObjCRuntimeObject() local 1565 AddSection(DataSections.back(), *GraphSec); in populateObjCRuntimeObject() 1572 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1863 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anone59002980211::VMAddressProvider 1934 m_sections_up->AddSection(Segment); in CreateSections() 1983 .AddSection(section_sp); in CreateSections() 1984 provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in CreateSections() 2006 unified_section_list.AddSection(symtab_section_sp); in CreateSections()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 178 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 428 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1918 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local 1927 AddSection(Hdr); in buildSectionHeaderReorderMap() 1931 AddSection(Hdr); in buildSectionHeaderReorderMap()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 1177 section_list.AddSection(section_sp); in PopulateSectionList()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 959 Config.AddSection)) in parseObjcopyOptions()
|