Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h57 virtual uint8_t getSymbolOther(DataRefImpl Symb) const = 0;
125 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther()
215 uint8_t getSymbolOther(DataRefImpl Symb) const override;
451 uint8_t ELFObjectFile<ELFT>::getSymbolOther(DataRefImpl Symb) const { in getSymbolOther() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h57 virtual uint8_t getSymbolOther(DataRefImpl Symb) const = 0;
144 return getObject()->getSymbolOther(getRawDataRefImpl()); in getOther()
240 uint8_t getSymbolOther(DataRefImpl Symb) const override;
531 uint8_t ELFObjectFile<ELFT>::getSymbolOther(DataRefImpl Symb) const { in getSymbolOther() function