Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp87 const object::symbol_iterator RelocSymI = Reloc.getSymbol(); in collectRelocatedSymbols() local
88 if (RelocSymI == Obj->symbol_end()) in collectRelocatedSymbols()
90 Expected<StringRef> RelocSymName = RelocSymI->getName(); in collectRelocatedSymbols()
109 const object::symbol_iterator RelocSymI = Reloc.getSymbol(); in collectRelocationOffsets() local
110 if (RelocSymI == Obj->symbol_end()) in collectRelocationOffsets()
112 Expected<StringRef> RelocSymName = RelocSymI->getName(); in collectRelocationOffsets()