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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Hexagon.cpp 125 UseLongCalls = true;
127 UseLongCalls = false;
179 .Case("long-calls", UseLongCalls)
Hexagon.h 36 bool UseLongCalls = false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 50 bool UseLongCalls = false;
191 bool useLongCalls() const { return UseLongCalls; }
HexagonSubtarget.cpp 104 UseLongCalls = false;
111 UseLongCalls = OverrideLongCalls;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 196 bool UseLongCalls = false;
335 bool useLongCalls() const { return UseLongCalls; }
MipsISelLowering.cpp 3380 if (Subtarget.useLongCalls())
3385 bool UseLongCalls = Subtarget.useLongCalls();
3390 UseLongCalls = true;
3392 UseLongCalls = false;
3394 if (UseLongCalls)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 151 bool UseLongCalls;
324 bool useLongCalls() const { return UseLongCalls; }
PPCSubtarget.cpp 131 UseLongCalls = false;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Hexagon.cpp 99 bool UseLongCalls = false;
103 UseLongCalls = true;
106 Features.push_back(UseLongCalls ? "+long-calls" : "-long-calls");

Completed in 26 milliseconds