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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp83 LLDDwarfObj<ELFT>::findAux(const InputSectionBase &sec, uint64_t pos, function in class:lld::elf::LLDDwarfObj
123 return findAux(*sec.sec, pos, sec.sec->template relas<ELFT>());
124 return findAux(*sec.sec, pos, sec.sec->template rels<ELFT>());
H A DDWARF.h77 llvm::Optional<llvm::RelocAddrEntry> findAux(const InputSectionBase &sec,

Completed in 51 milliseconds