Searched refs:toStr (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MapFile.cpp | 102 os << indent16 << toStr(ctx, *syms[i]); in getSymbolStrings() 145 os << indent8 << toStr(ctx, p.sec->file) << ":(" << p.sec->name << "+0x" in printEhFrame() 190 os << indent8 << toStr(ctx, isec) << '\n'; in writeMapFile() 254 print(toStr(ctx, *sym), toStr(ctx, sym->file)); in writeCref() 257 print("", toStr(ctx, file)); in writeCref()
|
| H A D | Target.cpp | 40 std::string elf::toStr(Ctx &ctx, RelType type) { in toStr() function in elf 48 s << toStr(s.ctx, type); in operator <<()
|
| H A D | Symbols.cpp | 51 std::string elf::toStr(Ctx &ctx, const elf::Symbol &sym) { in toStr() function in elf 63 return s << toStr(s.ctx, *sym); in operator <<() 289 ctx.whyExtractRecords.emplace_back(toStr(ctx, reference), &extracted, sym); in recordWhyExtract()
|
| H A D | InputSection.cpp | 37 std::string elf::toStr(Ctx &ctx, const InputSectionBase *sec) { in toStr() function in elf 38 return (toStr(ctx, sec->file) + ":(" + sec->name + ")").str(); in toStr() 43 return s << toStr(s.ctx, sec); in operator <<() 309 std::string filename = toStr(getCtx(), file); in getLocation() 311 return filename + ":(function " + toStr(getCtx(), *d) + ": " + secAndOffset; in getLocation()
|
| H A D | InputFiles.h | 39 std::string toStr(Ctx &, const InputFile *f);
|
| H A D | Target.h | 28 std::string toStr(Ctx &, RelType type);
|
| H A D | Symbols.h | 37 std::string toStr(Ctx &, const Symbol &);
|
| H A D | InputSection.h | 527 std::string toStr(elf::Ctx &, const elf::InputSectionBase *);
|
| H A D | Config.h | 790 #define CHECK2(E, S) lld::check2((E), [&] { return toStr(ctx, S); })
|
| H A D | InputFiles.cpp | 51 std::string elf::toStr(Ctx &ctx, const InputFile *f) { in toStr() function in elf 70 return s << toStr(s.ctx, f); in operator <<()
|
| H A D | Driver.cpp | 2417 os << std::get<0>(entry) << '\t' << toStr(ctx, std::get<1>(entry)) << '\t' in writeWhyExtract() 2418 << toStr(ctx, std::get<2>(entry)) << '\n'; in writeWhyExtract() 2425 std::string to = toStr(ctx, ref.second.second); in reportBackrefs()
|
| H A D | Relocations.cpp | 2585 toSymName = toStr(ctx, sym); in scanCrossRefs()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1255 return (Twine(toStr(ctx, s->file)) + ": cmse " + type + " symbol '" + in checkCmseSymAttributes() 1259 return (Twine(toStr(ctx, s->file)) + ": cmse " + type + " symbol '" + in checkCmseSymAttributes()
|
| H A D | PPC64.cpp | 1617 << toStr(ctx, *rel.sym).substr(6) in relocateAlloc()
|