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

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

Completed in 161 milliseconds