Searched refs:getELFX86RelocationKindName (Results 1 – 2 of 2) sorted by relevance
50 StringRef getELFX86RelocationKindName(Edge::Kind R);
157 printEdge(dbgs(), *B, E, getELFX86RelocationKindName(E.getKind())); in optimizeELF_x86_64_GOTAndStubs()186 printEdge(dbgs(), *B, E, getELFX86RelocationKindName(E.getKind())); in optimizeELF_x86_64_GOTAndStubs()442 getELFX86RelocationKindName(*Kind)); in addRelocations()617 return getELFX86RelocationKindName(R); in getEdgeKindName()681 StringRef getELFX86RelocationKindName(Edge::Kind R) { in getELFX86RelocationKindName() function