Home
last modified time | relevance | path

Searched refs:findAux (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DDWARF.cpp107 LLDDwarfObj<ELFT>::findAux(const InputSectionBase &sec, uint64_t pos, in findAux() function in LLDDwarfObj
141 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()
DDWARF.h85 llvm::Optional<llvm::RelocAddrEntry> findAux(const InputSectionBase &sec,
/external/llvm-project/lld/test/ELF/
Dundef-broken-debug.test7 # We used to dereference null Target in DWARF.cpp:findAux while reporting a duplicate symbol error,