Home
last modified time | relevance | path

Searched refs:catWriteInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp458 InfoWriteSection &catWriteInfo);
543 const InputSection *isec, InfoWriteSection &catWriteInfo) { in collectSectionWriteInfoFromIsec() argument
545 catWriteInfo.inputSection = const_cast<Section *>(&isec->section); in collectSectionWriteInfoFromIsec()
546 catWriteInfo.align = isec->align; in collectSectionWriteInfoFromIsec()
547 catWriteInfo.outputSection = isec->parent; in collectSectionWriteInfoFromIsec()
549 assert(catWriteInfo.outputSection && in collectSectionWriteInfoFromIsec()
553 catWriteInfo.relocTemplate = isec->relocs[0]; in collectSectionWriteInfoFromIsec()
555 catWriteInfo.valid = true; in collectSectionWriteInfoFromIsec()