Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.h232 InputSectionBase *getRelocTarget(const Elf_Shdr &Sec);
H A DInputFiles.cpp584 InputSectionBase *ObjFile<ELFT>::getRelocTarget(const Elf_Shdr &Sec) { in getRelocTarget() function in ObjFile
638 InputSectionBase *Target = getRelocTarget(Sec); in createInputSection()