Home
last modified time | relevance | path

Searched refs:AddSection (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp131 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
141 AddSection("debug_line_str", getOrLoadLineStrData()); in GetAsLLVM()
142 AddSection("debug_cu_index", getOrLoadCuIndexData()); in GetAsLLVM()
143 AddSection("debug_tu_index", getOrLoadTuIndexData()); in GetAsLLVM()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp145 m_sections_up->AddSection(section_sp); in CreateSections()
146 unified_section_list.AddSection(section_sp); in CreateSections()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp205 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections() argument
217 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections()
644 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs()
645 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
652 if (Error E = handleUserSection(AddedSection, AddSection)) in handleArgs()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp129 module_section_list->AddSection(section_sp); in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp131 module_section_list->AddSection(section_sp); in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp135 module_section_list->AddSection(section_sp); in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp341 m_sections_up->AddSection(section_sp); in CreateSections()
342 unified_section_list.AddSection(section_sp); in CreateSections()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp75 Common.DiscardMode != DiscardType::None || !Common.AddSection.empty() || in getXCOFFConfig()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/openbsd/gnu/llvm/lldb/source/Core/
H A DSection.cpp469 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
504 sect_idx = AddSection(sect_sp); in AddUniqueSection()
/openbsd/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h222 std::vector<NewSectionInfo> AddSection; member
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h50 size_t AddSection(const lldb::SectionSP &section_sp);
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp1038 m_sections_up->AddSection(header_sp); in CreateSections()
1039 unified_section_list.AddSection(header_sp); in CreateSections()
1074 m_sections_up->AddSection(section_sp); in CreateSections()
1075 unified_section_list.AddSection(section_sp); in CreateSections()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp233 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp97 m_sections_up->AddSection(section_sp); in CreateSections()
98 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1817 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anon9855d5050211::VMAddressProvider
1855 m_sections_up->AddSection(Segment); in CreateSections()
1904 .AddSection(section_sp); in CreateSections()
1905 provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in CreateSections()
1927 unified_section_list.AddSection(symtab_section_sp); in CreateSections()
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp173 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp417 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1798 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local
1807 AddSection(Hdr); in buildSectionHeaderReorderMap()
1811 AddSection(Hdr); in buildSectionHeaderReorderMap()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1671 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1674 context.UnifiedList.AddSection(segment_sp); in ProcessSegmentCommand()
1709 m_sections_up->AddSection(unified_section_sp); in ProcessSegmentCommand()
1826 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand()
1828 context.UnifiedList.AddSection(segment_sp); in ProcessSegmentCommand()
1850 segment_sp->GetChildren().AddSection(section_sp); in ProcessSegmentCommand()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp1176 section_list.AddSection(section_sp); in PopulateSectionList()
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp855 Config.AddSection)) in parseObjcopyOptions()