Searched refs:getExportedFunctionIndex (Results 1 – 4 of 4) sorted by relevance
305 uint32_t DefinedFunction::getExportedFunctionIndex() const { in getExportedFunctionIndex() function in lld::wasm::DefinedFunction
230 uint32_t getExportedFunctionIndex() const;
633 writeUleb128(sub.os, d->getExportedFunctionIndex(), "index"); in writeBody()
695 export_ = {name, WASM_EXTERNAL_FUNCTION, f->getExportedFunctionIndex()}; in calculateExports()