Home
last modified time | relevance | path

Searched refs:getTableIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.cpp266 uint32_t FunctionSymbol::getTableIndex() const { in getTableIndex() function in lld::wasm::FunctionSymbol
268 return f->function->getTableIndex(); in getTableIndex()
H A DSyntheticSections.cpp449 writeSleb128(os, f->getTableIndex(), "offset"); in generateRelocationCode()
504 initExpr = intConst(f->isStub ? 0 : f->getTableIndex(), is64); in writeBody()
591 assert(sym->getTableIndex() == tableIndex); in writeBody()
H A DInputChunks.h280 uint32_t getTableIndex() const { return tableIndex.value(); } in getTableIndex() function
H A DSymbols.h191 uint32_t getTableIndex() const;
H A DInputFiles.cpp162 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()