Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.cpp101 const uint8_t *isecLoc = in getErrPlace() local
105 if (isecLoc == nullptr) { in getErrPlace()
109 if (isecLoc <= loc && loc < isecLoc + isec->getSize()) in getErrPlace()
110 return {isec, isec->template getLocation<ELFT>(loc - isecLoc) + ": "}; in getErrPlace()