Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp181 static cl::opt<std::string> SlabAllocateSizeString( variable
717 if (!SlabAllocateSizeString.empty()) { in createMemoryManager()
718 auto SlabSize = ExitOnErr(getSlabAllocSize(SlabAllocateSizeString)); in createMemoryManager()
1299 if (SlabAllocateSizeString != "") { in sanitizeArguments()
1310 if (SlabAllocateSizeString == "" || !NoExec) in sanitizeArguments()
1321 if (SlabAllocateSizeString == "") in sanitizeArguments()