Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/Hexagon/
HDHexagonTargetObjectFile.cpp27 static cl::opt<int> SmallDataThreshold("hexagon-small-data-threshold", variable
48 return Size > 0 && Size <= (uint64_t)SmallDataThreshold; in IsInSmallSection()
52 return SmallDataThreshold > 0; in IsSmallDataEnabled()
/trueos/contrib/llvm/tools/clang/lib/Driver/
HDTools.cpp1484 std::string SmallDataThreshold = GetHexagonSmallDataThresholdValue(Args); in AddHexagonTargetArgs() local
1485 if (!SmallDataThreshold.empty()) { in AddHexagonTargetArgs()
1488 "-hexagon-small-data-threshold=" + SmallDataThreshold)); in AddHexagonTargetArgs()
4311 std::string SmallDataThreshold = GetHexagonSmallDataThresholdValue(Args); in ConstructJob() local
4312 if (!SmallDataThreshold.empty()) in ConstructJob()
4314 Args.MakeArgString(std::string("-G") + SmallDataThreshold)); in ConstructJob()
4417 std::string SmallDataThreshold = GetHexagonSmallDataThresholdValue(Args); in ConstructJob() local
4418 if (!SmallDataThreshold.empty()) { in ConstructJob()
4420 Args.MakeArgString(std::string("-G") + SmallDataThreshold)); in ConstructJob()