Home
last modified time | relevance | path

Searched refs:WasmSymbol (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h35 class WasmSymbol {
37 WasmSymbol(const wasm::WasmSymbolInfo &Info, in WasmSymbol() function
128 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) {
/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h43 class WasmSymbol; variable
88 using llvm::object::WasmSymbol;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp38 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()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp222 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl()); in printSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1858 const WasmSymbol &WasmSym = WasmObj->getWasmSymbol(Sym); in getSymbolNamesFromObject()