Searched refs:inputSection (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputSection.cpp | 45 void lld::macho::addInputSection(InputSection *inputSection) { in addInputSection() argument 46 if (auto *isec = dyn_cast<ConcatInputSection>(inputSection)) { in addInputSection() 66 } else if (auto *isec = dyn_cast<CStringInputSection>(inputSection)) { in addInputSection() 76 } else if (auto *isec = dyn_cast<WordLiteralInputSection>(inputSection)) { in addInputSection()
|
H A D | ObjC.cpp | 374 Section *inputSection; member 545 catWriteInfo.inputSection = const_cast<Section *>(&isec->section); in collectSectionWriteInfoFromIsec() 872 *infoCategoryWriter.catPtrListInfo.inputSection, bodyData, in emitAndLinkProtocolList() 932 *infoCategoryWriter.catPtrListInfo.inputSection, bodyData, in emitAndLinkPointerList() 973 make<ConcatInputSection>(*infoCategoryWriter.catListInfo.inputSection, in emitCatListEntrySec() 1011 make<ConcatInputSection>(*infoCategoryWriter.catBodyInfo.inputSection, in emitCategoryBody() 1049 auto *parentSection = infoCategoryWriter.catNameInfo.inputSection; in emitCategoryName() 1051 *infoCategoryWriter.catNameInfo.inputSection, nameData, in emitCategoryName() 1244 *infoCategoryWriter.catListInfo.inputSection, bodyData, in generateCatListForNonErasedCategories()
|
H A D | InputSection.h | 376 void addInputSection(InputSection *inputSection);
|