Home
last modified time | relevance | path

Searched refs:getFunctionIndex (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/wasm/
DSymbols.cpp210 uint32_t FunctionSymbol::getFunctionIndex() const { in getFunctionIndex() function in lld::wasm::FunctionSymbol
212 return f->function->getFunctionIndex(); in getFunctionIndex()
215 return u->stubFunction->getFunctionIndex(); in getFunctionIndex()
DSyntheticSections.cpp380 writeUleb128(os, WasmSym::initMemory->getFunctionIndex(), "function index"); in writeBody()
412 writeUleb128(os, sym->getFunctionIndex(), "function index"); in writeBody()
449 writeUleb128(sub.os, f->getFunctionIndex(), "index"); in writeBody()
508 ComdatEntry{WASM_COMDAT_FUNCTION, f->getFunctionIndex()}); in writeBody()
577 writeUleb128(sub.os, f->getFunctionIndex(), "func index"); in writeBody()
583 writeUleb128(sub.os, f->getFunctionIndex(), "func index"); in writeBody()
DWriter.cpp616 export_ = {name, WASM_EXTERNAL_FUNCTION, f->getFunctionIndex()}; in calculateExports()
730 createCommandExportWrapper(f->getFunctionIndex(), def); in createCommandExportWrappers()
1072 writeUleb128(os, WasmSym::applyRelocs->getFunctionIndex(), in createCallCtorsFunction()
1079 writeUleb128(os, f.sym->getFunctionIndex(), "function index"); in createCallCtorsFunction()
1105 writeUleb128(os, WasmSym::callCtors->getFunctionIndex(), in createCommandExportWrapper()
1120 writeUleb128(os, callDtors->getFunctionIndex(), "function index"); in createCommandExportWrapper()
DInputChunks.h155 uint32_t getFunctionIndex() const { return functionIndex.getValue(); } in getFunctionIndex() function
DSymbols.h184 uint32_t getFunctionIndex() const;
DInputFiles.cpp256 return getFunctionSymbol(reloc.Index)->getFunctionIndex(); in calcNewValue()