Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h256 uint64_t getSymbolIndex(DataRefImpl Symb) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp455 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()
586 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()
1118 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile