Home
last modified time | relevance | path

Searched defs:addSection (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
/netbsd-src/external/bsd/elftosb/dist/common/
H A DELFSourceFile.cpp416 void ELFSourceFile::ELFDataSource::addSection(unsigned sectionIndex) in addSection() function in ELFSourceFile::ELFDataSource
H A DEncoreBootImage.cpp42 void EncoreBootImage::addSection(Section * newSection) in addSection() function in EncoreBootImage
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp277 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h475 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
1082 template <class T, class... Ts> T &addSection(Ts &&... Args) { in addSection() function