Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp61 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection() function in llvm::SpecialCaseList
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c46 void *addSection(size_t Size, LLVMBool IsCode) { in addSection() function
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { addSection() function
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h597 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } addSection() function
1219 template <class T, class... Ts> T &addSection(Ts &&...Args) { addSection() function
/llvm-project/lld/wasm/
H A DWriter.cpp506 void Writer::addSection(OutputSection *sec) { addSection() function in lld::wasm::Writer
[all...]
/llvm-project/lld/COFF/
H A DChunks.cpp1025 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { addSection() function in lld::coff::MergeChunk
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3854 void MergeSyntheticSection::addSection(MergeInputSection *ms) { addSection() function in MergeSyntheticSection
4006 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { addSection() function in ARMExidxSyntheticSection
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4282 auto addSection = [&](const ELFShdrTy &Section, BinarySection &BinSec) { getOutputSections() local