Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
354 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()
417 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
424 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp233 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
248 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp217 Expected<SectionBase *> NewSection = AddSection(S); in replaceDebugSections() local
584 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()
646 OwnedDataSection &NewSection = in handleArgs() local
656 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h427 MCSectionSubPair NewSection = I->first; in popSection() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1332 void transferBlock(Block &B, Section &NewSection) { in transferBlock()