| /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/JSON/ |
| H A D | ObjectFileJSON.cpp | 228 section_sp->GetChildren().AddSection(subsection_sp); in CreateSections() 231 m_sections_up->AddSection(section_sp); in CreateSections() 232 unified_section_list.AddSection(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/COFF/ |
| H A D | ObjectFileCOFF.cpp | 246 m_sections_up->AddSection(section); in CreateSections() 247 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/ObjectFile/XCOFF/ |
| H A D | ObjectFileXCOFF.cpp | 358 m_sections_up->AddSection(section_sp); in CreateSectionsWithBitness() 359 unified_section_list.AddSection(section_sp); in CreateSectionsWithBitness()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 166 module_section_list->AddSection(section_sp); in CreateInstance()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 311 m_sections_up->AddSection(section_sp); in CreateSections() 312 unified_section_list.AddSection(section_sp); in CreateSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObjcopy.cpp | 125 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | ConfigManager.cpp | 85 Common.DiscardMode != DiscardType::None || !Common.AddSection.empty() || in getXCOFFConfig()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Section.cpp | 479 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection() function in SectionList 514 sect_idx = AddSection(sect_sp); in AddUniqueSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 232 SmallVector<NewSectionInfo, 0> AddSection; member
|
| /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/ELF/ |
| H A D | ELFObjcopy.cpp | 915 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs() 916 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) -> Error { in handleArgs() local 926 if (Error E = handleUserSection(AddedSection, AddSection)) in handleArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 271 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MachOPlatform.cpp | 1516 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { in populateObjCRuntimeObject() local 1582 AddSection(DataSections.back(), *GraphSec); in populateObjCRuntimeObject() 1589 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 180 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1828 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anone59002980211::VMAddressProvider 1899 m_sections_up->AddSection(Segment); in CreateSections() 1948 .AddSection(section_sp); in CreateSections() 1949 provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in CreateSections() 1971 unified_section_list.AddSection(symtab_section_sp); in CreateSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 466 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 1945 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local 1954 AddSection(Hdr); in buildSectionHeaderReorderMap() 1958 AddSection(Hdr); in buildSectionHeaderReorderMap()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 1067 Config.AddSection)) in parseObjcopyOptions() 1269 if (!Config.AddSection.empty()) in parseObjcopyOptions()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 1216 section_list.AddSection(section_sp); in PopulateSectionList()
|