Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp191 static cl::opt<std::string> SlabAllocateSizeString( variable
580 if (!SlabAllocateSizeString.empty()) in createInProcessMemoryManager()
581 SlabSize = ExitOnErr(getSlabAllocSize(SlabAllocateSizeString)); in createInProcessMemoryManager()
617 if (!SlabAllocateSizeString.empty()) in createSharedMemoryManager()
618 SlabSize = ExitOnErr(getSlabAllocSize(SlabAllocateSizeString)); in createSharedMemoryManager()
1265 if (SlabAllocateSizeString != "") { in sanitizeArguments()
1276 if (SlabAllocateSizeString == "" || !NoExec) in sanitizeArguments()
1287 if (SlabAllocateSizeString == "") in sanitizeArguments()