Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbols.cpp234 uint32_t FunctionSymbol::getTableIndex() const { in getTableIndex() function in lld::wasm::FunctionSymbol
236 return f->function->getTableIndex(); in getTableIndex()
DSyntheticSections.cpp314 writeSleb128(os, f->getTableIndex(), "offset"); in generateRelocationCode()
343 global.InitExpr.Value.Int32 = f->isStub ? 0 : f->getTableIndex(); in writeBody()
411 assert(sym->getTableIndex() == tableIndex); in writeBody()
DInputChunks.h161 uint32_t getTableIndex() const { return tableIndex.getValue(); } in getTableIndex() function
DSymbols.h180 uint32_t getTableIndex() const;
DInputFiles.cpp222 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()