Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h303 InputSectionBase *getRelocTarget(uint32_t idx, uint32_t info);
H A DInputFiles.cpp889 InputSectionBase *s = getRelocTarget(i, info); in initializeSections()
1026 InputSectionBase *ObjFile<ELFT>::getRelocTarget(uint32_t idx, uint32_t info) { in getRelocTarget() function in ObjFile