Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp89 auto onIndexWrite = [&](StringRef S) { thinIndices.erase(S); }; in BitcodeCompiler()
111 thinIndices.insert(obj.getName()); in add()
216 for (StringRef s : thinIndices) { in compile()
H A DLTO.h41 llvm::DenseSet<StringRef> thinIndices; variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp123 auto OnIndexWrite = [&](StringRef S) { thinIndices.erase(S); }; in BitcodeCompiler()
150 thinIndices.insert(obj.getName()); in add()
205 for (StringRef s : thinIndices) { in compile()
H A DLTO.h55 llvm::DenseSet<StringRef> thinIndices; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.h56 llvm::DenseSet<StringRef> thinIndices; variable
H A DLTO.cpp175 auto onIndexWrite = [&](StringRef s) { thinIndices.erase(s); }; in BitcodeCompiler()
225 thinIndices.insert(obj.getName()); in add()
343 for (StringRef s : thinIndices) { in compile()