Home
last modified time | relevance | path

Searched defs:Parallelism (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/clang/docs/
DThinLTO.rst106 .. _parallelism:
/openbsd/src/gnu/llvm/llvm/tools/gold/
Dgold-plugin.cpp143 static std::string Parallelism; variable
/openbsd/src/gnu/llvm/llvm/tools/llvm-lto/
Dllvm-lto.cpp240 static cl::opt<unsigned> Parallelism("j", cl::Prefix, cl::init(1), variable
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTO.cpp1383 ThinBackend lto::createInProcessThinBackend(ThreadPoolStrategy Parallelism, in createInProcessThinBackend()
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DCommonArgs.cpp646 StringRef Parallelism = getLTOParallelism(Args, D); in addLTOOptions() local
DDarwin.cpp673 StringRef Parallelism = getLTOParallelism(Args, getToolChain().getDriver()); in ConstructJob() local