Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.cpp115 isec->file ? isec->getSrcMsg(dummy, loc - isecLoc) : ""}; in getErrorPlace()
H A DSymbols.cpp551 std::string src1 = sec1->getSrcMsg(sym, d->value); in reportDuplicate()
553 std::string src2 = errSec->getSrcMsg(sym, errOffset); in reportDuplicate()
H A DInputFiles.h131 std::string getSrcMsg(const Symbol &sym, InputSectionBase &sec,
H A DInputSection.h197 std::string getSrcMsg(const Symbol &sym, uint64_t offset);
H A DInputSection.cpp276 std::string InputSectionBase::getSrcMsg(const Symbol &sym, uint64_t offset) { in getSrcMsg() function in InputSectionBase
277 return file->getSrcMsg(sym, *this, offset); in getSrcMsg()
H A DInputFiles.cpp338 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg() function in InputFile