Lines Matching refs:getName
23 static bool isMachOGOTSection(Section &S) { return S.getName() == "$__GOT"; } in isMachOGOTSection()
26 return S.getName() == "$__STUBS"; in isMachOStubsSection()
33 return make_error<StringError>("GOT entry in " + G.getName() + ", \"" + in getFirstRelocationEdge()
34 B.getSection().getName() + in getFirstRelocationEdge()
47 "GOT entry in " + G.getName() + ", \"" + in getMachOGOTTarget()
48 TargetSym.getBlock().getSection().getName() + in getMachOGOTTarget()
62 "Stubs entry in " + G.getName() + ", \"" + in getMachOStubTarget()
63 GOTSym.getBlock().getSection().getName() + in getMachOStubTarget()
72 auto FileName = sys::path::filename(G.getName()); in registerMachOGraphInfo()
86 dbgs() << " Section \"" << Sec.getName() << "\": " in registerMachOGraphInfo()
96 if (FileInfo.SectionInfos.count(Sec.getName())) in registerMachOGraphInfo()
98 Sec.getName() + "\" in \"" + FileName + in registerMachOGraphInfo()
121 FileInfo.GOTEntryInfos[TS->getName()] = { in registerMachOGraphInfo()
132 FileInfo.StubInfos[TS->getName()] = {Sym->getSymbolContent(), in registerMachOGraphInfo()
139 S.SymbolInfos[Sym->getName()] = {Sym->getSize(), in registerMachOGraphInfo()
143 S.SymbolInfos[Sym->getName()] = {Sym->getSymbolContent(), in registerMachOGraphInfo()
160 FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr.getValue()}; in registerMachOGraphInfo()
162 FileInfo.SectionInfos[Sec.getName()] = { in registerMachOGraphInfo()