Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp132 static cl::opt<std::string> SlabAllocateSizeString( variable
501 if (!SlabAllocateSizeString.empty()) { in createMemoryManager()
502 auto SlabSize = ExitOnErr(getSlabAllocSize(SlabAllocateSizeString)); in createMemoryManager()
1061 if (SlabAllocateSizeString == "" || !NoExec) in sanitizeArguments()