| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFContext.cpp | 130 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 D | ObjectFileBreakpad.cpp | 148 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 D | SymbolVendorWasm.cpp | 135 module_section_list->AddSection(section_sp); in CreateInstance()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 140 module_section_list->AddSection(section_sp); in CreateInstance()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 344 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 D | Section.cpp | 407 size_t SectionList::AddSection(const lldb::SectionSP §ion_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 D | WasmObjcopy.cpp | 124 for (StringRef Flag : Config.AddSection) { in handleArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 209 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 D | CommonConfig.h | 211 std::vector<StringRef> AddSection; member
|
| H A D | ConfigManager.cpp | 888 Config.AddSection.push_back(ArgValue); in parseObjcopyOptions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 50 size_t AddSection(const lldb::SectionSP §ion_sp);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | COFFObjcopy.cpp | 232 for (const auto &Flag : Config.AddSection) { in handleArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1770 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 D | ProcessMinidump.cpp | 94 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 D | MachOObjcopy.cpp | 360 for (const auto &Flag : Config.AddSection) { in handleArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 1794 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 D | IRExecutionUnit.cpp | 1260 section_list.AddSection(section_sp); in PopulateSectionList()
|