Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp305 uint32_t DefinedFunction::getExportedFunctionIndex() const { in getExportedFunctionIndex() function in lld::wasm::DefinedFunction
H A DSymbols.h230 uint32_t getExportedFunctionIndex() const;
H A DSyntheticSections.cpp633 writeUleb128(sub.os, d->getExportedFunctionIndex(), "index"); in writeBody()
H A DWriter.cpp695 export_ = {name, WASM_EXTERNAL_FUNCTION, f->getExportedFunctionIndex()}; in calculateExports()