Home
last modified time | relevance | path

Searched refs:toStr (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp102 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 DTarget.cpp40 std::string elf::toStr(Ctx &ctx, RelType type) { in toStr() function in elf
48 s << toStr(s.ctx, type); in operator <<()
H A DSymbols.cpp51 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 DInputSection.cpp37 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 DInputFiles.h39 std::string toStr(Ctx &, const InputFile *f);
H A DTarget.h28 std::string toStr(Ctx &, RelType type);
H A DSymbols.h37 std::string toStr(Ctx &, const Symbol &);
H A DInputSection.h527 std::string toStr(elf::Ctx &, const elf::InputSectionBase *);
H A DConfig.h790 #define CHECK2(E, S) lld::check2((E), [&] { return toStr(ctx, S); })
H A DInputFiles.cpp51 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 DDriver.cpp2417 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 DRelocations.cpp2585 toSymName = toStr(ctx, sym); in scanCrossRefs()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1255 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 DPPC64.cpp1617 << toStr(ctx, *rel.sym).substr(6) in relocateAlloc()