Searched refs:AddSection (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp121 auto AddSection = [&](Section &section) { local
139 AddSection(*section);
144 AddSection(*section);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp142 module_section_list->AddSection(section_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp146 m_sections_up->AddSection(section_sp);
147 unified_section_list.AddSection(section_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h51 size_t AddSection(const lldb::SectionSP &section_sp);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h175 std::vector<StringRef> AddSection; member in struct:llvm::objcopy::CopyConfig
H A DCopyConfig.cpp643 Config.AddSection.push_back(ArgValue);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp409 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { function in class:SectionList
444 sect_idx = AddSection(sect_sp);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp201 for (const auto &Flag : Config.AddSection) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp181 for (const auto &Flag : Config.AddSection) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp92 m_sections_up->AddSection(section_sp);
93 unified_section_list.AddSection(std::move(section_sp));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1752 void AddSection(SectionAddressInfo Info, SectionSP Sect) { function in class:__anon1248::VMAddressProvider
1790 m_sections_up->AddSection(Segment);
1839 .AddSection(section_sp);
1840 provider.AddSection(std::move(*InfoOr), std::move(section_sp));
1862 unified_section_list.AddSection(symtab_section_sp);
2191 module_section_list->AddSection(symbol_section_sp);
2192 section_list->AddSection(symbol_section_sp);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp702 for (const auto &Flag : Config.AddSection) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1254 section_list.AddSection(section_sp);

Completed in 216 milliseconds