| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | BPSectionOrderer.cpp | 74 auto addSection = [&](Symbol &sym) { in runBalancedPartitioning() local 91 addSection(*sym); in runBalancedPartitioning() 94 addSection(*sym); in runBalancedPartitioning()
|
| H A D | SyntheticSections.h | 1099 void addSection(MergeInputSection *ms); 1252 bool addSection(InputSection *isec);
|
| H A D | OutputSections.cpp | 251 (*i)->addSection(ms); in finalizeInputSections()
|
| H A D | SyntheticSections.cpp | 3943 void MergeSyntheticSection::addSection(MergeInputSection *ms) { in addSection() function in MergeSyntheticSection 4070 part.armExidx->addSection(cast<InputSection>(s)); in combineEhSections() 4094 bool ARMExidxSyntheticSection::addSection(InputSection *isec) { in addSection() function in ARMExidxSyntheticSection
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 133 SpecialCaseList::addSection(StringRef SectionStr, unsigned FileNo, in addSection() function in llvm::SpecialCaseList 151 if (auto Err = addSection("*", FileIdx, 1).moveInto(CurrentSection)) { in parse() 179 if (auto Err = addSection(Line.drop_front().drop_back(), FileIdx, LineNo, in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1282 auto &StrTab = Obj->addSection<StringTableSection>(); in addStrTab() 1290 auto &SymTab = Obj->addSection<SymbolTableSection>(); in addSymTab() 1314 auto &DataSection = Obj->addSection<Section>(Data); in addData() 1367 Section = &Obj->addSection<OwnedDataSection>( in addDataSections() 1478 Seg.addSection(&Sec); in readProgramHeaders() 1711 return Obj.addSection<DynamicRelocationSection>(*Data); in makeSection() 1715 return Obj.addSection<RelocationSection>(Obj); in makeSection() 1722 return Obj.addSection<Section>(*Data); in makeSection() 1726 return Obj.addSection<StringTableSection>(); in makeSection() 1732 return Obj.addSection<Section>(*Data); in makeSection() [all …]
|
| H A D | ELFObjcopy.cpp | 244 &Sec, [=] { return &addSection<DecompressedSection>(*CS); }); in compressOrDecompressSections() 247 return &addSection<CompressedSection>( in compressOrDecompressSections() 918 Obj.addSection<OwnedDataSection>(Name, Data); in handleArgs() 939 Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink, in handleArgs()
|
| H A D | ELFObject.h | 598 void addSection(const SectionBase *Sec) { Sections.insert(Sec); } in addSection() function 1231 template <class T, class... Ts> T &addSection(Ts &&...Args) { in addSection() function
|
| /freebsd/contrib/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 91 addSection(Obj, ".gnu_debuglink", *Contents, in addGnuDebugLink() 279 addSection(Obj, NewSection.SectionName, in handleArgs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 158 LLVM_ABI Expected<Section *> addSection(StringRef SectionStr,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 139 DSec.BuilderSec = &Seg->addSection(SecName, SegName); in startSynthesis() 208 NDSP.BuilderSec = &Seg->addSection(SecName, SegName); in startSynthesis()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObjcopy.cpp | 330 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection() function 469 if (Error E = addSection(NewSection, Obj)) in handleArgs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOBuilder.h | 276 Section &addSection(StringRef SecName, StringRef SegName) {
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.h | 499 static void addSection(COFFLinkerContext &ctx, SectionChunk *c);
|
| H A D | Chunks.cpp | 1042 void MergeChunk::addSection(COFFLinkerContext &ctx, SectionChunk *c) { in addSection() function in lld::coff::MergeChunk
|
| H A D | InputFiles.cpp | 451 MergeChunk::addSection(symtab.ctx, c); in readSection()
|