Searched refs:getSrcMsg (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 120 isec->file ? isec->getSrcMsg(dummy, loc - isecLoc) : ""}; in getErrorPlace()
|
H A D | Symbols.cpp | 555 std::string src1 = sec1->getSrcMsg(sym, d->value); in reportDuplicate() 557 std::string src2 = errSec->getSrcMsg(sym, errOffset); in reportDuplicate()
|
H A D | InputFiles.h | 152 std::string getSrcMsg(const Symbol &sym, const InputSectionBase &sec,
|
H A D | InputSection.h | 240 std::string getSrcMsg(const Symbol &sym, uint64_t offset) const;
|
H A D | InputSection.cpp | 316 std::string InputSectionBase::getSrcMsg(const Symbol &sym, in getSrcMsg() function in InputSectionBase 318 return file->getSrcMsg(sym, *this, offset); in getSrcMsg()
|
H A D | Relocations.cpp | 93 std::string src = s.getSrcMsg(sym, off); in getLocation() 760 std::string src = sec.getSrcMsg(enclosing ? *enclosing : sym, offset); in reportUndefinedSymbol()
|
H A D | InputFiles.cpp | 390 std::string InputFile::getSrcMsg(const Symbol &sym, const InputSectionBase &sec, in getSrcMsg() function in InputFile
|