Lines Matching refs:getName
23 static bool isCOFFGOTSection(Section &S) { return S.getName() == "$__GOT"; } in isCOFFGOTSection()
25 static bool isCOFFStubsSection(Section &S) { return S.getName() == "$__STUBS"; } in isCOFFStubsSection()
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 getCOFFGOTTarget()
46 TargetSym.getBlock().getSection().getName() + in getCOFFGOTTarget()
60 "Stubs entry in " + G.getName() + ", \"" + in getCOFFStubTarget()
61 GOTSym.getBlock().getSection().getName() + in getCOFFStubTarget()
69 auto FileName = sys::path::filename(G.getName()); in registerCOFFGraphInfo()
82 dbgs() << " Section \"" << Sec.getName() << "\": " in registerCOFFGraphInfo()
92 if (FileInfo.SectionInfos.count(Sec.getName())) in registerCOFFGraphInfo()
94 Sec.getName() + "\" in \"" + FileName + in registerCOFFGraphInfo()
121 FileInfo.GOTEntryInfos[TS->getName()] = { in registerCOFFGraphInfo()
133 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerCOFFGraphInfo()
142 S.SymbolInfos[Sym->getName()] = {Sym->getSize(), in registerCOFFGraphInfo()
146 S.SymbolInfos[Sym->getName()] = {Sym->getSymbolContent(), in registerCOFFGraphInfo()
164 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerCOFFGraphInfo()
166 FileInfo.SectionInfos[Sec.getName()] = { in registerCOFFGraphInfo()