Searched refs:getFunctionIndex (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/wasm/ |
D | Symbols.cpp | 210 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()
|
D | SyntheticSections.cpp | 380 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()
|
D | Writer.cpp | 616 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()
|
D | InputChunks.h | 155 uint32_t getFunctionIndex() const { return functionIndex.getValue(); } in getFunctionIndex() function
|
D | Symbols.h | 184 uint32_t getFunctionIndex() const;
|
D | InputFiles.cpp | 256 return getFunctionSymbol(reloc.Index)->getFunctionIndex(); in calcNewValue()
|