/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 131 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local 141 AddSection("debug_line_str", getOrLoadLineStrData()); in GetAsLLVM() 142 AddSection("debug_cu_index", getOrLoadCuIndexData()); in GetAsLLVM() 143 AddSection("debug_tu_index", getOrLoadTuIndexData()); in GetAsLLVM()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.cpp | 145 m_sections_up->AddSection(section_sp); in CreateSections() 146 unified_section_list.AddSection(section_sp); in CreateSections()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 205 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections() argument 217 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() 644 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs() 645 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local 652 if (Error E = handleUserSection(AddedSection, AddSection)) in handleArgs()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 129 module_section_list->AddSection(section_sp); in CreateInstance()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/ |
H A D | SymbolVendorWasm.cpp | 131 module_section_list->AddSection(section_sp); in CreateInstance()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 135 module_section_list->AddSection(section_sp); in CreateInstance()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 341 m_sections_up->AddSection(section_sp); in CreateSections() 342 unified_section_list.AddSection(section_sp); in CreateSections()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ |
H A D | ConfigManager.cpp | 75 Common.DiscardMode != DiscardType::None || !Common.AddSection.empty() || in getXCOFFConfig()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObjcopy.cpp | 124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Section.cpp | 469 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { in AddSection() function in SectionList 504 sect_idx = AddSection(sect_sp); in AddUniqueSection()
|
/openbsd/gnu/llvm/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 222 std::vector<NewSectionInfo> AddSection; member
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Section.h | 50 size_t AddSection(const lldb::SectionSP §ion_sp);
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 1038 m_sections_up->AddSection(header_sp); in CreateSections() 1039 unified_section_list.AddSection(header_sp); in CreateSections() 1074 m_sections_up->AddSection(section_sp); in CreateSections() 1075 unified_section_list.AddSection(section_sp); in CreateSections()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObjcopy.cpp | 233 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 97 m_sections_up->AddSection(section_sp); in CreateSections() 98 unified_section_list.AddSection(std::move(section_sp)); in CreateSections()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1817 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anon9855d5050211::VMAddressProvider 1855 m_sections_up->AddSection(Segment); in CreateSections() 1904 .AddSection(section_sp); in CreateSections() 1905 provider.AddSection(std::move(*InfoOr), std::move(section_sp)); in CreateSections() 1927 unified_section_list.AddSection(symtab_section_sp); in CreateSections()
|
/openbsd/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
H A D | llvm-dwarfutil.cpp | 173 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObjcopy.cpp | 417 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1798 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local 1807 AddSection(Hdr); in buildSectionHeaderReorderMap() 1811 AddSection(Hdr); in buildSectionHeaderReorderMap()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1671 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand() 1674 context.UnifiedList.AddSection(segment_sp); in ProcessSegmentCommand() 1709 m_sections_up->AddSection(unified_section_sp); in ProcessSegmentCommand() 1826 m_sections_up->AddSection(segment_sp); in ProcessSegmentCommand() 1828 context.UnifiedList.AddSection(segment_sp); in ProcessSegmentCommand() 1850 segment_sp->GetChildren().AddSection(section_sp); in ProcessSegmentCommand()
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | IRExecutionUnit.cpp | 1176 section_list.AddSection(section_sp); in PopulateSectionList()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 855 Config.AddSection)) in parseObjcopyOptions()
|