| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | ZOS.h | 27 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | TCE.h | 31 bool isPICDefaultForced() const override;
|
| H A D | TCE.cpp | 39 bool TCEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in TCEToolChain
|
| H A D | VEToolchain.h | 32 bool isPICDefaultForced() const override;
|
| H A D | XCore.h | 62 bool isPICDefaultForced() const override;
|
| H A D | AIX.h | 67 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
|
| H A D | CrossWindows.h | 61 bool isPICDefaultForced() const override;
|
| H A D | MSP430.h | 41 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
|
| H A D | WebAssembly.h | 49 bool isPICDefaultForced() const override;
|
| H A D | Fuchsia.h | 58 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | BareMetal.h | 46 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | MinGW.h | 69 bool isPICDefaultForced() const override;
|
| H A D | VEToolchain.cpp | 58 bool VEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in VEToolChain
|
| H A D | AMDGPU.h | 71 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | MSVC.h | 56 bool isPICDefaultForced() const override;
|
| H A D | XCore.cpp | 107 bool XCoreToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in XCoreToolChain
|
| H A D | Cuda.h | 160 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
|
| H A D | CrossWindows.cpp | 230 bool CrossWindowsToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in CrossWindowsToolChain
|
| H A D | Gnu.h | 302 bool isPICDefaultForced() const override;
|
| H A D | WebAssembly.cpp | 206 bool WebAssembly::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in WebAssembly
|
| H A D | Darwin.h | 243 bool isPICDefaultForced() const override;
|
| H A D | MinGW.cpp | 482 bool toolchains::MinGW::isPICDefaultForced() const { in isPICDefaultForced() function in toolchains::MinGW
|
| H A D | CommonArgs.cpp | 1202 if (!ToolChain.isPICDefaultForced()) { in ParsePICArgs() 1252 PIC = ToolChain.isPICDefault() && ToolChain.isPICDefaultForced(); in ParsePICArgs()
|
| H A D | MSVC.cpp | 736 bool MSVCToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in MSVCToolChain
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 490 virtual bool isPICDefaultForced() const = 0;
|