Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp106 const uint8_t *isecLoc = in getErrorPlace() local
110 if (isecLoc == nullptr) { in getErrorPlace()
114 if (isecLoc <= loc && loc < isecLoc + isec->getSize()) { in getErrorPlace()
115 std::string objLoc = isec->getLocation(loc - isecLoc); in getErrorPlace()
120 isec->file ? isec->getSrcMsg(dummy, loc - isecLoc) : ""}; in getErrorPlace()