Searched refs:addRecords (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h100 void addRecords(EhInputSection *s, llvm::ArrayRef<RelTy> rels);
H A DSyntheticSections.cpp405 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { function in class:EhFrameSection
436 addRecords<ELFT>(sec, sec->template relas<ELFT>());
438 addRecords<ELFT>(sec, sec->template rels<ELFT>());

Completed in 61 milliseconds