Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DSectCreateFile.h65 void addSection(StringRef seg, StringRef sect, in addSection() function
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
/external/dokka/core/src/main/kotlin/Model/
DContent.kt255 fun addSection(tag: String?, subjectName: String?): ContentSection { in addSection() method in MutableContent
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp272 static Error addSection(StringRef SecName, StringRef Filename, Object &Obj) { in addSection() function
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h472 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
1079 template <class T, class... Ts> T &addSection(Ts &&... Args) { in addSection() function
/external/llvm-project/lld/wasm/
DWriter.cpp368 void Writer::addSection(OutputSection *sec) { in addSection() function in lld::wasm::Writer
/external/llvm-project/lld/COFF/
DChunks.cpp870 void MergeChunk::addSection(SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp440 void EhFrameSection::addSection(EhInputSection *sec) { in addSection() function in EhFrameSection
3193 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection
3329 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection