Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp71 auto pair = typeIndices.insert(std::make_pair(sig, types.size())); in registerType()
80 auto it = typeIndices.find(sig); in lookupType()
81 if (it == typeIndices.end()) { in lookupType()
DSyntheticSections.h96 llvm::DenseMap<WasmSignature, int32_t> typeIndices; variable