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.cpp22 Section NewSection, std::unique_ptr<MemoryBuffer> &&Content) { in addSectionWithOwnedContents()
H A DWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp303 addSection(const NewSectionInfo & NewSection,Object & Obj) addSection() argument
357 updateSection(const NewSectionInfo & NewSection,Object & O) updateSection() argument
420 for (const NewSectionInfo &NewSection : Config.AddSection) { handleArgs() local
427 for (const NewSectionInfo &NewSection : Config.UpdateSection) { handleArgs() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp263 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp618 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()
759 OwnedDataSection &NewSection = in handleArgs() local
772 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1436 void transferBlock(Block &B, Section &NewSection) { in transferBlock()