Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp130 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
140 AddSection("debug_line_str", getOrLoadLineStrData()); in GetAsLLVM()
141 AddSection("debug_cu_index", getOrLoadCuIndexData()); in GetAsLLVM()
142 AddSection("debug_tu_index", getOrLoadTuIndexData()); in GetAsLLVM()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp148 m_sections_up->AddSection(section_sp); in CreateSections()
149 unified_section_list.AddSection(section_sp); in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp135 module_section_list->AddSection(section_sp); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp140 module_section_list->AddSection(section_sp); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp344 m_sections_up->AddSection(section_sp); in CreateSections()
345 unified_section_list.AddSection(section_sp); in CreateSections()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp407 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
442 sect_idx = AddSection(sect_sp); in AddUniqueSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp124 for (StringRef Flag : Config.AddSection) { in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp209 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections() argument
221 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections()
666 for (const auto &Flag : Config.AddSection) { in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h211 std::vector<StringRef> AddSection; member
H A DConfigManager.cpp888 Config.AddSection.push_back(ArgValue); in parseObjcopyOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h50 size_t AddSection(const lldb::SectionSP &section_sp);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp232 for (const auto &Flag : Config.AddSection) { in handleArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1770 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anon540601cc0211::VMAddressProvider
1808 m_sections_up->AddSection(Segment); in CreateSections()
1857 .AddSection(section_sp); in CreateSections()
1858 provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in CreateSections()
1880 unified_section_list.AddSection(symtab_section_sp); in CreateSections()
2209 module_section_list->AddSection(symbol_section_sp); in ParseSymbols()
2210 section_list->AddSection(symbol_section_sp); in ParseSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp94 m_sections_up->AddSection(section_sp); in CreateSections()
95 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp360 for (const auto &Flag : Config.AddSection) { in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1794 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local
1803 AddSection(Hdr); in buildSectionHeaderReorderMap()
1807 AddSection(Hdr); in buildSectionHeaderReorderMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1260 section_list.AddSection(section_sp); in PopulateSectionList()