Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp2859 symbols[shardId][idx - 1].cuVector.push_back(v); in createSymbols()
2888 off += (sym.cuVector.size() + 1) * 4; in createSymbols()
3010 write32le(buf, sym.cuVector.size()); in writeTo()
3012 for (uint32_t val : sym.cuVector) { in writeTo()
H A DSyntheticSections.h793 SmallVector<uint32_t, 0> cuVector; member