Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h35 class WasmSymbol {
37 WasmSymbol(const wasm::WasmSymbolInfo &Info, in WasmSymbol() function
132 const WasmSymbol &getWasmSymbol(const DataRefImpl &Symb) const;
133 const WasmSymbol &getWasmSymbol(const SymbolRef &Symbol) const;
175 uint64_t getWasmSymbolValue(const WasmSymbol &Sym) const;
247 uint32_t getSymbolSectionIdImpl(const WasmSymbol &Symb) const;
294 std::vector<WasmSymbol> Symbols;
369 inline raw_ostream &operator<<(raw_ostream &OS, const object::WasmSymbol &Sym) {
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h43 class WasmSymbol; variable
88 using llvm::object::WasmSymbol;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp40 void WasmSymbol::print(raw_ostream &Out) const { in print()
65 LLVM_DUMP_METHOD void WasmSymbol::dump() const { print(dbgs()); } in dump()
1783 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolFlags()
1813 const WasmSymbol &WasmObjectFile::getWasmSymbol(const DataRefImpl &Symb) const { in getWasmSymbol()
1817 const WasmSymbol &WasmObjectFile::getWasmSymbol(const SymbolRef &Symb) const { in getWasmSymbol()
1846 uint64_t WasmObjectFile::getWasmSymbolValue(const WasmSymbol &Sym) const { in getWasmSymbolValue()
1892 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolType()
1915 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolSection()
1925 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolSectionId()
1929 uint32_t WasmObjectFile::getSymbolSectionIdImpl(const WasmSymbol &Sym) const { in getSymbolSectionIdImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp222 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl()); in printSymbol()