Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h216 virtual std::error_code getSymbolOther(DataRefImpl Symb, in getSymbolOther() function
352 return getObject()->getSymbolOther(getRawDataRefImpl(), Result); in getOther()
DELFObjectFile.h86 std::error_code getSymbolOther(DataRefImpl Symb, uint8_t &Res) const override;
345 std::error_code ELFObjectFile<ELFT>::getSymbolOther(DataRefImpl Symb, in getSymbolOther() function