Lines Matching refs:getName
23 static bool isELFGOTSection(Section &S) { return S.getName() == "$__GOT"; } in isELFGOTSection()
25 static bool isELFStubsSection(Section &S) { return S.getName() == "$__STUBS"; } in isELFStubsSection()
31 return make_error<StringError>("GOT entry in " + G.getName() + ", \"" + in getFirstRelocationEdge()
32 B.getSection().getName() + in getFirstRelocationEdge()
45 "GOT entry in " + G.getName() + ", \"" + in getELFGOTTarget()
46 TargetSym.getBlock().getSection().getName() + in getELFGOTTarget()
60 "Stubs entry in " + G.getName() + ", \"" + in getELFStubTarget()
61 GOTSym.getBlock().getSection().getName() + in getELFStubTarget()
70 auto FileName = sys::path::filename(G.getName()); in registerELFGraphInfo()
84 dbgs() << " Section \"" << Sec.getName() << "\": " in registerELFGraphInfo()
94 if (FileInfo.SectionInfos.count(Sec.getName())) in registerELFGraphInfo()
96 Sec.getName() + "\" in \"" + FileName + in registerELFGraphInfo()
123 FileInfo.GOTEntryInfos[TS->getName()] = { in registerELFGraphInfo()
135 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerELFGraphInfo()
144 S.SymbolInfos[Sym->getName()] = {Sym->getSize(), in registerELFGraphInfo()
148 S.SymbolInfos[Sym->getName()] = {Sym->getSymbolContent(), in registerELFGraphInfo()
165 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerELFGraphInfo()
167 FileInfo.SectionInfos[Sec.getName()] = { in registerELFGraphInfo()