Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.h63 std::vector<StringRef> AddSection; member
H A DCopyConfig.cpp339 Config.AddSection.push_back(Arg->getValue()); in parseObjcopyOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp291 m_sections_ap->AddSection(section_sp); in CreateSections()
292 unified_section_list.AddSection(section_sp); in CreateSections()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp150 module_section_list->AddSection(section_sp); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp433 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
468 sect_idx = AddSection(sect_sp); in AddUniqueSection()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h61 size_t AddSection(const lldb::SectionSP &section_sp);
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp500 if (!Config.AddSection.empty()) { in handleArgs()
501 for (const auto &Flag : Config.AddSection) { in handleArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1929 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anon580d88070211::VMAddressProvider
1964 m_sections_ap->AddSection(Segment); in CreateSections()
2011 .AddSection(section_sp); in CreateSections()
2012 address_provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in CreateSections()
2303 module_section_list->AddSection(symbol_section_sp); in ParseSymbols()
2304 section_list->AddSection(symbol_section_sp); in ParseSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp79 GetSectionList()->AddSection(section_sp); in CreateImageSection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp1215 section_list.AddSection(section_sp); in PopulateSectionList()