OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxJumpTableSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
1609
const unsigned
MaxJumpTableSize
= getMaximumJumpTableSize();
1613
return (OptForSize || Range <=
MaxJumpTableSize
) &&
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h
253
unsigned
MaxJumpTableSize
= 0;
431
unsigned getMaximumJumpTableSize() const { return
MaxJumpTableSize
; }
Completed in 25 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026