Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp22 addSectionWithOwnedContents(Section NewSection,std::unique_ptr<MemoryBuffer> && Content) addSectionWithOwnedContents() argument
H A DWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs() local
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp311 addSection(const NewSectionInfo & NewSection,Object & Obj) addSection() argument
365 updateSection(const NewSectionInfo & NewSection,Object & O) updateSection() argument
428 for (const NewSectionInfo &NewSection : Config.AddSection) { handleArgs() local
435 for (const NewSectionInfo &NewSection : Config.UpdateSection) { handleArgs() local
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinaryData.h178 void setSection(BinarySection &NewSection); in setOutputLocation() argument
174 setOutputSection(BinarySection & NewSection) setOutputSection() argument
/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp263 for (const NewSectionInfo &NewSection : Config.AddSection) { handleArgs() local
278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { handleArgs() local
[all...]
/llvm-project/bolt/lib/Core/
H A DBinaryData.cpp80 void BinaryData::setSection(BinarySection &NewSection) { in setSection()
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp618 handleUserSection(const NewSectionInfo & NewSection,function_ref<Error (StringRef,ArrayRef<uint8_t>)> F) handleUserSection() argument
707 OwnedDataSection &NewSection = handleArgs() local
717 for (const NewSectionInfo &NewSection : Config.UpdateSection) { handleArgs() local
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp165 BinarySection &NewSection = BC.registerOrUpdateSection( in updateSection() local
H A DRewriteInstance.cpp4283 ELFShdrTy NewSection = Section; getOutputSections() local
4320 ELFShdrTy NewSection; getOutputSections() local
4382 ELFShdrTy NewSection = Section; getOutputSections() local
4403 ELFShdrTy NewSection; getOutputSections() local
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1436 transferBlock(Block & B,Section & NewSection) transferBlock() argument