OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMaxInlineSizeThreshold
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
163
///
getMaxInlineSizeThreshold
- Returns the maximum memset / memcpy size
165
unsigned
getMaxInlineSizeThreshold
() const {
/external/llvm/lib/Target/X86/
X86Subtarget.h
132
///
getMaxInlineSizeThreshold
- Returns the maximum memset / memcpy size
134
unsigned
getMaxInlineSizeThreshold
() const { return MaxInlineSizeThreshold; }
Completed in 82 milliseconds