Home
last modified time | relevance | path

Searched refs:thinIndices (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/COFF/
DLTO.cpp102 auto OnIndexWrite = [&](StringRef S) { thinIndices.erase(S); }; in BitcodeCompiler()
127 thinIndices.insert(obj.getName()); in add()
178 for (StringRef s : thinIndices) { in compile()
DLTO.h55 llvm::DenseSet<StringRef> thinIndices; variable
/external/llvm-project/lld/ELF/
DLTO.h57 llvm::DenseSet<StringRef> thinIndices; variable
DLTO.cpp192 auto onIndexWrite = [&](StringRef s) { thinIndices.erase(s); }; in BitcodeCompiler()
221 thinIndices.insert(obj.getName()); in add()
319 for (StringRef s : thinIndices) { in compile()