Searched refs:setLargeDataThreshold (Results 1 – 7 of 7) sorted by relevance
240 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold() function
967 void setLargeDataThreshold(uint64_t Threshold);
582 Target->setLargeDataThreshold(*LDT); in compileModule()
228 TM->setLargeDataThreshold(*LargeDataThreshold); in createTargetMachine()
663 void Module::setLargeDataThreshold(uint64_t Threshold) { in setLargeDataThreshold() function in Module
575 TM->setLargeDataThreshold(CodeGenOpts.LargeDataThreshold); in CreateTargetMachine()
1322 getModule().setLargeDataThreshold(getCodeGenOpts().LargeDataThreshold); in Release()