OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallDataThreshold
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
27
static cl::opt<int>
SmallDataThreshold
("hexagon-small-data-threshold",
48
return Size > 0 && Size <= (uint64_t)
SmallDataThreshold
;
52
return
SmallDataThreshold
> 0;
/external/clang/lib/Driver/
Tools.cpp
[
all
...]
Completed in 167 milliseconds