Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.h103 void addRecords(EhInputSection *s, llvm::ArrayRef<RelTy> rels);
DSyntheticSections.cpp404 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords() function in EhFrameSection
435 addRecords<ELFT>(sec, sec->template relas<ELFT>()); in addSectionAux()
437 addRecords<ELFT>(sec, sec->template rels<ELFT>()); in addSectionAux()