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.h36 class WasmSymbol {
38 WasmSymbol(const wasm::WasmSymbolInfo &Info, in WasmSymbol() function
133 const WasmSymbol &getWasmSymbol(const DataRefImpl &Symb) const;
134 const WasmSymbol &getWasmSymbol(const SymbolRef &Symbol) const;
176 uint64_t getWasmSymbolValue(const WasmSymbol &Sym) const;
248 uint32_t getSymbolSectionIdImpl(const WasmSymbol &Symb) const;
295 std::vector<WasmSymbol> Symbols;
372 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
85 using llvm::object::WasmSymbol;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp37 void WasmSymbol::print(raw_ostream &Out) const { in print()
62 LLVM_DUMP_METHOD void WasmSymbol::dump() const { print(dbgs()); } in dump()
1804 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolFlags()
1834 const WasmSymbol &WasmObjectFile::getWasmSymbol(const DataRefImpl &Symb) const { in getWasmSymbol()
1838 const WasmSymbol &WasmObjectFile::getWasmSymbol(const SymbolRef &Symb) const { in getWasmSymbol()
1867 uint64_t WasmObjectFile::getWasmSymbolValue(const WasmSymbol &Sym) const { in getWasmSymbolValue()
1913 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolType()
1936 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolSection()
1946 const WasmSymbol &Sym = getWasmSymbol(Symb); in getSymbolSectionId()
1950 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()