Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp27 static cl::opt<int> SmallDataThreshold("hexagon-small-data-threshold", variable
44 return Size > 0 && Size <= (uint64_t)SmallDataThreshold; in IsInSmallSection()
48 return SmallDataThreshold > 0; in IsSmallDataEnabled()