Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DEhFrame.cpp47 IS->getObjMsg((const uint8_t *)Loc - IS->data().data())); in failOn()
H A DSymbolTable.cpp456 std::string Obj1 = Sec1->getObjMsg(D->Value); in reportDuplicate()
458 std::string Obj2 = ErrSec->getObjMsg(ErrOffset); in reportDuplicate()
H A DInputSection.cpp337 std::string InputSectionBase::getObjMsg(uint64_t Off) { in getObjMsg() function in InputSectionBase
559 IS->getObjMsg(D->Value) + " is ignored"); in getRISCVPCRelHi20()
569 error("R_RISCV_PCREL_LO12 relocation points to " + IS->getObjMsg(D->Value) + in getRISCVPCRelHi20()
H A DRelocations.cpp94 return Msg + S.getObjMsg(Off); in getLocation()
668 Msg += Sec.getObjMsg(Offset); in maybeReportUndefined()
1296 IS->getObjMsg(Src - (OS->Addr + IS->OutSecOff))); in getISDThunkSec()
H A DInputSection.h180 std::string getObjMsg(uint64_t Offset);