Home
last modified time | relevance | path

Searched refs:tableEntries (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h134 std::vector<uint32_t> tableEntries; variable
H A DInputFiles.cpp412 tableEntries.resize(totalFunctions); in parse()
426 tableEntries[functionIndex] = offset + index; in parse()