Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.cpp298 uint32_t DefinedFunction::getExportedFunctionIndex() const { in getExportedFunctionIndex() function in lld::wasm::DefinedFunction
H A DSymbols.h223 uint32_t getExportedFunctionIndex() const;
H A DSyntheticSections.cpp632 writeUleb128(sub.os, d->getExportedFunctionIndex(), "index"); in writeBody()
H A DWriter.cpp670 export_ = {name, WASM_EXTERNAL_FUNCTION, f->getExportedFunctionIndex()}; in calculateExports()