Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputFiles.cpp150 return tableEntriesRel[sym.Info.ElementIndex]; in calcExpectedValue()
327 tableEntriesRel.resize(totalFunctions); in parse()
339 tableEntriesRel[functionIndex] = index; in parse()
DInputFiles.h136 std::vector<uint32_t> tableEntriesRel; variable