HomeSort by: relevance | last modified time | path
    Searched defs:PICLevel (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CodeGen.h 31 namespace PICLevel {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
WebAssembly.cpp 262 unsigned PICLevel;
264 std::tie(RelocationModel, PICLevel, IsPIE) =
CommonArgs.cpp 1115 /// (RelocationModel, PICLevel, IsPIE).
1375 unsigned PICLevel;
1377 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(ToolChain, Args);
Gnu.cpp 694 unsigned PICLevel;
697 std::tie(RelocationModel, PICLevel, IsPIE) =
Clang.cpp 1899 unsigned PICLevel;
1901 std::tie(RelocationModel, PICLevel, IsPIE) =
4709 unsigned PICLevel;
4711 std::tie(RelocationModel, PICLevel, IsPIE) = ParsePICArgs(TC, Args);
4735 if (PICLevel > 0) {
4737 CmdArgs.push_back(PICLevel == 1 ? "1" : "2");
5053 (PICLevel == 0))
7439 unsigned PICLevel;
7441 std::tie(RelocationModel, PICLevel, IsPIE) =

Completed in 36 milliseconds