Searched refs:getSymbolType (Results 1 – 12 of 12) sorted by relevance
177 uint8_t getSymbolType() const {181 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }326 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;507 uint16_t getSymbolType() const { return GETVALUE(SymbolType); }
255 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;414 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
175 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
272 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;657 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
289 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
947 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
33 static std::unique_ptr<PDBSymbol> getSymbolType(const PDBSymbol &Symbol) { in getSymbolType() function41 auto SymbolType = getSymbolType(Symbol); in getTypeLength()
226 W.printEnum("SymbolType", AuxEntRef.getSymbolType(), in printCsectAuxEnt()345 W.printHex("Type", SymbolEntRef.getSymbolType()); in printSymbol()
220 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in llvm::object::XCOFFObjectFile801 if (getSymbolType() & FunctionSym) in isFunction()
187 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
1556 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in WasmObjectFile
1822 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in MachOObjectFile