Searched refs:getSymbolType (Results 1 – 15 of 15) sorted by relevance
36 static std::unique_ptr<PDBSymbol> getSymbolType(const PDBSymbol &Symbol) { in getSymbolType() function44 auto SymbolType = getSymbolType(Symbol); in getTypeLength()
300 uint8_t getSymbolType() const {304 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }507 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;707 uint16_t getSymbolType() const { return GETVALUE(SymbolType); }
255 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;424 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
172 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
284 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;672 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
410 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
947 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
260 assert(CsectAuxRef.getSymbolType() == XCOFF::XTY_CM); in getCommonSymbolSizeImpl()268 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in llvm::object::XCOFFObjectFile609 if (CsectAuxEntOrErr.get().getSymbolType() == XCOFF::XTY_CM) in getSymbolFlags()621 uint16_t SymType = XCOFFSym.getSymbolType(); in getSymbolFlags()852 uint8_t SymType = CsectAuxRef.getSymbolType(); in getSymbolSize()1134 if (getSymbolType() & FunctionSym) in isFunction()
187 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
1659 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in WasmObjectFile
1830 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in MachOObjectFile
132 Sym.Type = SymbolEntRef.getSymbolType(); in dumpSymbols()
61 uint8_t getSymbolType(const SymbolRef &Symbol) const;623 uint8_t MachODumper::getSymbolType(const SymbolRef &Symbol) const { in getSymbolType() function in MachODumper634 return getSymbolType(LHS) < getSymbolType(RHS); in compareSymbolsByType()
273 W.printEnum("SymbolType", AuxEntRef.getSymbolType(), in printCsectAuxEnt()482 W.printHex("Type", SymbolEntRef.getSymbolType()); in printSymbol()
1687 uint16_t SymType = XCOFFSym.getSymbolType(); in getXCOFFExports()1737 uint16_t SymType = XCOFFSym.getSymbolType(); in getXCOFFExports()