Home
last modified time | relevance | path

Searched defs:NewSection (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp19 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
H A DWasmObjcopy.cpp125 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp330 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
402 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()
466 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
473 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp271 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
286 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp721 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()
917 OwnedDataSection &NewSection = in handleArgs() local
930 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1564 void transferBlock(Block &B, Section &NewSection) { in transferBlock()