Searched refs:WasmSymbol (Results 1 – 5 of 5) sorted by relevance
35 class WasmSymbol {37 WasmSymbol(const wasm::WasmSymbolInfo &Info, in WasmSymbol() function128 const WasmSymbol &getWasmSymbol(const DataRefImpl &Symb) const;129 const WasmSymbol &getWasmSymbol(const SymbolRef &Symbol) const;171 uint64_t getWasmSymbolValue(const WasmSymbol &Sym) const;241 uint32_t getSymbolSectionIdImpl(const WasmSymbol &Symb) const;288 std::vector<WasmSymbol> Symbols;362 inline raw_ostream &operator<<(raw_ostream &OS, const object::WasmSymbol &Sym) {
43 class WasmSymbol; variable88 using llvm::object::WasmSymbol;
38 void WasmSymbol::print(raw_ostream &Out) const { in print()63 LLVM_DUMP_METHOD void WasmSymbol::dump() const { print(dbgs()); } in dump()1627 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolFlags()1657 const WasmSymbol &WasmObjectFile::getWasmSymbol(const DataRefImpl &Symb) const { in getWasmSymbol()1661 const WasmSymbol &WasmObjectFile::getWasmSymbol(const SymbolRef &Symb) const { in getWasmSymbol()1686 uint64_t WasmObjectFile::getWasmSymbolValue(const WasmSymbol &Sym) const { in getWasmSymbolValue()1732 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolType()1755 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolSection()1765 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolSectionId()1769 uint32_t WasmObjectFile::getSymbolSectionIdImpl(const WasmSymbol &Sym) const { in getSymbolSectionIdImpl()
222 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl()); in printSymbol()
1858 const WasmSymbol &WasmSym = WasmObj->getWasmSymbol(Sym); in getSymbolNamesFromObject()