Home
last modified time | relevance | path

Searched defs:AddSection (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp236 enum Action : uint8_t { AddSection, UpdateSection }; enumerator
277 TEST(AddSection, COFF) { in TEST() argument
285 TEST(AddSection, ELF) { in TEST() argument
293 TEST(AddSection, MachO) { in TEST() argument
301 TEST(AddSection, Wasm) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp130 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp206 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections()
646 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp469 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h222 std::vector<NewSectionInfo> AddSection; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1794 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1800 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anonef11e3c80211::VMAddressProvider