Searched defs:addSection (Results 1 – 9 of 9) sorted by relevance
| /llvm-project/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 61 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() function
|
| /llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 133 SpecialCaseList::addSection(StringRef SectionStr, unsigned LineNo, in addSection() function in llvm::SpecialCaseList
|
| /llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
| H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 46 void *addSection(size_t Size, LLVMBool IsCode) { in addSection() function
|
| /llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { addSection() function
|
| /llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 597 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 D | Writer.cpp | 506 void Writer::addSection(OutputSection *sec) { addSection() function in lld::wasm::Writer [all...] |
| /llvm-project/lld/COFF/ |
| H A D | Chunks.cpp | 1025 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { addSection() function in lld::coff::MergeChunk
|
| /llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 3854 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 D | RewriteInstance.cpp | 4282 auto addSection = [&](const ELFShdrTy &Section, BinarySection &BinSec) { getOutputSections() local
|