Home
last modified time | relevance | path

Searched refs:NamePair (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp173 auto NamePair = Obj.getRelocationSymbol(Shdr, Rel); in dumpRelocation() local
174 if (!NamePair.first) in dumpRelocation()
178 Obj.getSymbolName(NamePair.first, NamePair.second); in dumpRelocation()