Home
last modified time | relevance | path

Searched refs:UseLongCalls (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/Targets/
H A DHexagon.cpp91 UseLongCalls = true; in handleTargetFeatures()
93 UseLongCalls = false; in handleTargetFeatures()
138 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/Targets/
H A DHexagon.cpp91 UseLongCalls = true; in handleTargetFeatures()
93 UseLongCalls = false; in handleTargetFeatures()
141 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp91 UseLongCalls = true; in handleTargetFeatures()
93 UseLongCalls = false; in handleTargetFeatures()
141 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/Targets/
H A DHexagon.cpp92 UseLongCalls = true; in handleTargetFeatures()
94 UseLongCalls = false; in handleTargetFeatures()
139 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/Targets/
H A DHexagon.cpp96 UseLongCalls = true; in handleTargetFeatures()
98 UseLongCalls = false; in handleTargetFeatures()
143 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/Targets/
H A DHexagon.cpp125 UseLongCalls = true; in handleTargetFeatures()
127 UseLongCalls = false; in handleTargetFeatures()
202 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DHexagon.cpp125 UseLongCalls = true; in handleTargetFeatures()
127 UseLongCalls = false; in handleTargetFeatures()
202 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/Targets/
H A DHexagon.cpp122 UseLongCalls = true; in handleTargetFeatures()
124 UseLongCalls = false; in handleTargetFeatures()
176 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/Targets/
H A DHexagon.cpp121 UseLongCalls = true; in handleTargetFeatures()
123 UseLongCalls = false; in handleTargetFeatures()
175 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/Targets/
H A DHexagon.cpp121 UseLongCalls = true; in handleTargetFeatures()
123 UseLongCalls = false; in handleTargetFeatures()
175 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DHexagon.cpp125 UseLongCalls = true; in handleTargetFeatures()
127 UseLongCalls = false; in handleTargetFeatures()
202 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp125 UseLongCalls = true; in handleTargetFeatures()
127 UseLongCalls = false; in handleTargetFeatures()
202 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/Targets/
H A DHexagon.cpp122 UseLongCalls = true; in handleTargetFeatures()
124 UseLongCalls = false; in handleTargetFeatures()
176 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/Targets/
H A DHexagon.cpp122 UseLongCalls = true; in handleTargetFeatures()
124 UseLongCalls = false; in handleTargetFeatures()
176 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DHexagon.cpp125 UseLongCalls = true; in handleTargetFeatures()
127 UseLongCalls = false; in handleTargetFeatures()
202 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Basic/Targets/
H A DHexagon.cpp125 UseLongCalls = true; in handleTargetFeatures()
127 UseLongCalls = false; in handleTargetFeatures()
202 .Case("long-calls", UseLongCalls) in hasFeature()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCSubtarget.h136 bool UseLongCalls; variable
296 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCSubtarget.h137 bool UseLongCalls;
291 bool useLongCalls() const { return UseLongCalls; }
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCSubtarget.h137 bool UseLongCalls; variable
291 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.h196 bool UseLongCalls = false; variable
335 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h193 bool UseLongCalls = false; variable
331 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonSubtarget.h48 bool UseLongCalls = false; variable
161 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Mips/
H A DMipsSubtarget.h193 bool UseLongCalls = false; variable
331 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsSubtarget.h196 bool UseLongCalls = false; variable
335 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Mips/
H A DMipsSubtarget.h196 bool UseLongCalls = false; variable
335 bool useLongCalls() const { return UseLongCalls; } in useLongCalls()

123456789