Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h59 virtual uint8_t getSymbolOther(DataRefImpl Symb) const = 0;
155 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther()
266 uint8_t getSymbolOther(DataRefImpl Symb) const override;
576 uint8_t ELFObjectFile<ELFT>::getSymbolOther(DataRefImpl Symb) const { in getSymbolOther() function