Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h92 CieRecord *addCie(EhSectionPiece &piece, ArrayRef<RelTy> rels);
H A DSyntheticSections.cpp388 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie() function in EhFrameSection
440 offsetToCie[cie.inputOff] = addCie<ELFT>(cie, rels); in addRecords()