Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
365 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()
428 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
435 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/freebsd-src/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
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp234 Expected<SectionBase *> NewSection = AddSection(S); replaceDebugSections() local
601 handleUserSection(const NewSectionInfo & NewSection,function_ref<Error (StringRef,ArrayRef<uint8_t>)> F) handleUserSection() argument
663 OwnedDataSection &NewSection = handleArgs() local
673 for (const NewSectionInfo &NewSection : Config.UpdateSection) { handleArgs() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h431 MCSectionSubPair NewSection = I->first; popSection() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1425 transferBlock(Block & B,Section & NewSection) transferBlock() argument