Home
last modified time | relevance | path

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

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