Searched refs:getSymbolType (Results 1 – 12 of 12) sorted by relevance
157 uint8_t getSymbolType() const {161 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }282 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
252 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;411 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()
215 W.printEnum("SymbolType", AuxEntPtr->getSymbolType(), in printCsectAuxEnt32()
218 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in llvm::object::XCOFFObjectFile
187 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
1555 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in WasmObjectFile
1823 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in MachOObjectFile