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.cpp435 InfoWriteSection &catWriteInfo);
520 const InputSection *isec, InfoWriteSection &catWriteInfo) { in collectSectionWriteInfoFromIsec() argument
522 catWriteInfo.inputSection = const_cast<Section *>(&isec->section); in collectSectionWriteInfoFromIsec()
523 catWriteInfo.align = isec->align; in collectSectionWriteInfoFromIsec()
524 catWriteInfo.outputSection = isec->parent; in collectSectionWriteInfoFromIsec()
526 assert(catWriteInfo.outputSection && in collectSectionWriteInfoFromIsec()
530 catWriteInfo.relocTemplate = isec->relocs[0]; in collectSectionWriteInfoFromIsec()
532 catWriteInfo.valid = true; in collectSectionWriteInfoFromIsec()