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()
390 uint8_t getSymbolType() const {394 bool isLabel() const { return getSymbolType() == XCOFF::XTY_LD; }585 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;792 uint16_t getSymbolType() const { return GETVALUE(SymbolType); }
255 virtual Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const = 0;428 return getObject()->getSymbolType(getRawDataRefImpl()); in getType()
172 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
285 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;673 ELFObjectFile<ELFT>::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function
435 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
940 Expected<SymbolRef::Type> getSymbolType(DataRefImpl Symb) const override;
291 assert(CsectAuxRef.getSymbolType() == XCOFF::XTY_CM); in getCommonSymbolSizeImpl()299 XCOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in llvm::object::XCOFFObjectFile657 if (CsectAuxEntOrErr.get().getSymbolType() == XCOFF::XTY_CM) in getSymbolFlags()669 uint16_t SymType = XCOFFSym.getSymbolType(); in getSymbolFlags()916 uint8_t SymType = CsectAuxRef.getSymbolType(); in getSymbolSize()1224 if (getSymbolType() & FunctionSym) in isFunction()
187 Expected<SymbolRef::Type> COFFObjectFile::getSymbolType(DataRefImpl Ref) const { in getSymbolType() function in COFFObjectFile
1651 WasmObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in WasmObjectFile
1835 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType() function in MachOObjectFile
132 Sym.Type = SymbolEntRef.getSymbolType(); in dumpSymbols()
60 uint8_t getSymbolType(const SymbolRef &Symbol) const;621 uint8_t MachODumper::getSymbolType(const SymbolRef &Symbol) const { in getSymbolType() function in MachODumper632 return getSymbolType(LHS) < getSymbolType(RHS); in compareSymbolsByType()
577 W.printEnum("SymbolType", AuxEntRef.getSymbolType(), in printCsectAuxEnt()767 W.printHex("Type", SymbolEntRef.getSymbolType()); in printSymbol()
1694 uint16_t SymType = XCOFFSym.getSymbolType(); in getXCOFFExports()1744 uint16_t SymType = XCOFFSym.getSymbolType(); in getXCOFFExports()