HomeSort by: relevance | last modified time | path
    Searched refs:SmallDataLimit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 2042 const char *SmallDataLimit = "8";
2047 SmallDataLimit = "0";
2055 SmallDataLimit = "0";
2060 SmallDataLimit = A->getValue();
2064 CmdArgs.push_back(SmallDataLimit);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 824 getModule().addModuleFlag(llvm::Module::Error, "SmallDataLimit",
825 CodeGenOpts.SmallDataLimit);

Completed in 26 milliseconds