Searched refs:inputSection (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputSection.cpp | 44 void lld::macho::addInputSection(InputSection *inputSection) { in addInputSection() argument 45 if (auto *isec = dyn_cast<ConcatInputSection>(inputSection)) { in addInputSection() 65 } else if (auto *isec = dyn_cast<CStringInputSection>(inputSection)) { in addInputSection() 75 } else if (auto *isec = dyn_cast<WordLiteralInputSection>(inputSection)) { in addInputSection()
|
| H A D | ObjC.cpp | 351 Section *inputSection; member 522 catWriteInfo.inputSection = const_cast<Section *>(&isec->section); in collectSectionWriteInfoFromIsec() 873 *infoCategoryWriter.catPtrListInfo.inputSection, bodyData, in emitAndLinkProtocolList() 933 *infoCategoryWriter.catPtrListInfo.inputSection, bodyData, in emitAndLinkPointerList() 974 make<ConcatInputSection>(*infoCategoryWriter.catListInfo.inputSection, in emitCatListEntrySec() 1012 make<ConcatInputSection>(*infoCategoryWriter.catBodyInfo.inputSection, in emitCategoryBody() 1050 auto *parentSection = infoCategoryWriter.catNameInfo.inputSection; in emitCategoryName() 1052 *infoCategoryWriter.catNameInfo.inputSection, nameData, in emitCategoryName() 1249 *infoCategoryWriter.catListInfo.inputSection, bodyData, in generateCatListForNonErasedCategories()
|
| H A D | InputSection.h | 379 void addInputSection(InputSection *inputSection);
|