Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp646 std::string src1 = sec1->getSrcMsg(*sym, d->value); in reportDuplicate()
648 std::string src2 = errSec->getSrcMsg(*sym, errOffset); in reportDuplicate()
H A DInputFiles.h112 std::string getSrcMsg(const Symbol &sym, InputSectionBase &sec,
H A DInputSection.h202 std::string getSrcMsg(const Symbol &sym, uint64_t offset);
H A DInputSection.cpp323 std::string InputSectionBase::getSrcMsg(const Symbol &sym, uint64_t offset) { in getSrcMsg() function in InputSectionBase
324 return file->getSrcMsg(sym, *this, offset); in getSrcMsg()
H A DRelocations.cpp93 std::string src = s.getSrcMsg(sym, off); in getLocation()
905 std::string src = sec.getSrcMsg(sym, offset); in reportUndefinedSymbol()
H A DInputFiles.cpp262 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg() function in InputFile