Home
last modified time | relevance | path

Searched refs:getThreadIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DParallel.h36 unsigned getThreadIndex();
41 inline unsigned getThreadIndex() { return threadIndex; } in getThreadIndex() function
44 inline unsigned getThreadIndex() { return 0; } in getThreadIndex() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DParallel.cpp29 unsigned getThreadIndex() { return threadIndex; } in getThreadIndex() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h560 relocsVec[llvm::parallel::getThreadIndex()].push_back(reloc);