Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c47 void *addSection(size_t Size, LLVMBool IsCode) { in addSection() function
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp300 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h476 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function
1090 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriter.cpp402 void Writer::addSection(OutputSection *sec) { in addSection() function in lld::wasm::Writer
/openbsd-src/gnu/llvm/lld/COFF/
H A DChunks.cpp991 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp3215 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection
3367 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection