| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | TCE.h | 31 bool isPICDefaultForced() const override;
|
| H A D | TCE.cpp | 40 bool TCEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in TCEToolChain
|
| H A D | UEFI.h | 53 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
|
| H A D | VEToolchain.h | 31 bool isPICDefaultForced() const override;
|
| H A D | SYCL.h | 54 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | HLSL.h | 60 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | OHOS.h | 38 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | SPIRV.h | 88 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | AIX.h | 69 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
|
| H A D | BareMetal.h | 49 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | VEToolchain.cpp | 73 bool VEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in VEToolChain
|
| H A D | MSVC.h | 59 bool isPICDefaultForced() const override;
|
| H A D | XCore.cpp | 108 bool XCoreToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in XCoreToolChain
|
| H A D | AMDGPU.h | 73 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
|
| H A D | Cuda.h | 159 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | CrossWindows.cpp | 232 bool CrossWindowsToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in CrossWindowsToolChain
|
| H A D | Gnu.h | 305 bool isPICDefaultForced() const override;
|
| H A D | WebAssembly.cpp | 288 bool WebAssembly::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in WebAssembly
|
| H A D | Darwin.h | 277 bool isPICDefaultForced() const override;
|
| H A D | MinGW.cpp | 613 bool toolchains::MinGW::isPICDefaultForced() const { return true; } in isPICDefaultForced() function in toolchains::MinGW
|
| H A D | MSVC.cpp | 499 bool MSVCToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in MSVCToolChain
|
| H A D | CommonArgs.cpp | 2001 if (!ToolChain.isPICDefaultForced()) { in ParsePICArgs() 2052 PIC = ToolChain.isPICDefault() && ToolChain.isPICDefaultForced(); in ParsePICArgs()
|
| H A D | Gnu.cpp | 3018 bool Generic_GCC::isPICDefaultForced() const { in isPICDefaultForced() function in Generic_GCC
|
| H A D | Darwin.cpp | 3469 bool MachO::isPICDefaultForced() const { in isPICDefaultForced() function in MachO
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 587 virtual bool isPICDefaultForced() const = 0;
|