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

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

Completed in 166 milliseconds