Searched refs:findAux (Results 1 – 3 of 3) sorted by relevance
107 LLDDwarfObj<ELFT>::findAux(const InputSectionBase &sec, uint64_t pos, in findAux() function in LLDDwarfObj141 return findAux(*sec.sec, pos, sec.sec->template relas<ELFT>()); in find()142 return findAux(*sec.sec, pos, sec.sec->template rels<ELFT>()); in find()
85 llvm::Optional<llvm::RelocAddrEntry> findAux(const InputSectionBase &sec,
7 # We used to dereference null Target in DWARF.cpp:findAux while reporting a duplicate symbol error,