Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp132 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
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()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp45 m_sections_up->AddSection(section_sp); in CreateSections()
46 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp188 m_sections_up->AddSection(section_sp); in CreateSections()
189 unified_section_list.AddSection(section_sp); in CreateSections()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp757 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs()
758 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) -> Error { in handleArgs()
768 if (Error E = handleUserSection(AddedSection, AddSection)) in handleArgs()
222 replaceDebugSections(Object & Obj,function_ref<bool (const SectionBase &)> ShouldReplace,function_ref<Expected<SectionBase * > (const SectionBase *)> AddSection) replaceDebugSections() argument
662 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { handleArgs() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp250 m_sections_up->AddSection(section); in CreateSections()
251 sections.AddSection(section); in CreateSections()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp133 module_section_list->AddSection(section_sp); in CreateInstance()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp128 module_section_list->AddSection(section_sp); in CreateInstance()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp137 module_section_list->AddSection(section_sp); in CreateInstance()
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp84 Common.DiscardMode != DiscardType::None || !Common.AddSection.empty() || in getXCOFFConfig()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h219 SmallVector<NewSectionInfo, 0> AddSection;
225 std::vector<NewSectionInfo> AddSection; global() member
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp475 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
510 sect_idx = AddSection(sect_sp); in AddUniqueSection()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h51 size_t AddSection(const lldb::SectionSP &section_sp);
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp263 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1493 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { in populateObjCRuntimeObject()
1565 AddSection(DataSections.back(), *GraphSec); in populateObjCRuntimeObject()
1572 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()
1447 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { populateObjCRuntimeObject() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1863 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in CreateSections()
1934 m_sections_up->AddSection(Segment); in CreateSections()
1983 .AddSection(section_sp); in GetGnuDebugDataObjectFile()
1984 provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in GetGnuDebugDataObjectFile()
2006 unified_section_list.AddSection(symtab_section_sp);
1846 void AddSection(SectionAddressInfo Info, SectionSP Sect) { AddSection() function in __anon556f682a0211::VMAddressProvider
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp178 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp428 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1918 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSymbolIndexes()
1927 AddSection(Hdr); in buildSymbolIndexes()
1931 AddSection(Hdr); in finalizeStrings()
1850 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { buildSectionHeaderReorderMap() local
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1177 section_list.AddSection(section_sp); in PopulateSectionList()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp959 Config.AddSection)) in parseObjcopyOptions()