Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp44 << isec->getObjMsg((const uint8_t *)loc - isec->content().data()); in errOn()
H A DSymbols.cpp559 diag << sec1->getObjMsg(d->value) << "\n>>> defined at "; in reportDuplicate()
564 diag << errSec->getObjMsg(errOffset); in reportDuplicate()
H A DInputSection.cpp515 << "\n>>> referenced by " << getObjMsg(p->r_offset); in copyRelocations()
692 << hiSec->getObjMsg(d->value) << " is ignored"; in getRISCVPCRelHi20()
711 << hiSec->getObjMsg(d->value) in getRISCVPCRelHi20()
1404 << getObjMsg(d.data() - content().data()); in split()
H A DInputSection.h260 ObjMsg getObjMsg(uint64_t offset) const { return {this, offset}; } in getObjMsg() function
H A DRelocations.cpp84 s << sec.getObjMsg(off); in printLocation()
737 msg << sec.getObjMsg(offset); in reportUndefinedSymbol()
2212 << isec->getObjMsg(src - (os->addr << isec->outSecOff)); in getISDThunkSec()