Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp99 StringRef RelocSymName; in collectRelocatedSymbols() local
100 if (error(RelocSymI->getName(RelocSymName))) in collectRelocatedSymbols()
106 *I = RelocSymName; in collectRelocatedSymbols()
125 StringRef RelocSymName; in collectRelocationOffsets() local
126 if (error(RelocSymI->getName(RelocSymName))) in collectRelocationOffsets()
132 Collection[std::make_pair(SymName, Offset - SymOffset)] = RelocSymName; in collectRelocationOffsets()