Searched refs:getRelocationTypeString (Results 1 – 3 of 3) sorted by relevance
53 StringRef XCOFF::getRelocationTypeString(XCOFF::RelocationType Type) { in getRelocationTypeString() function in XCOFF
583 Res = XCOFF::getRelocationTypeString(Reloc->Type); in getRelocationTypeName()586 Res = XCOFF::getRelocationTypeString(Reloc->Type); in getRelocationTypeName()
159 StringRef RelocName = XCOFF::getRelocationTypeString(Reloc.Type); in printRelocation()