Searched refs:isPICDefaultForced (Results 1 – 25 of 27) sorted by relevance
12
27 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
31 bool isPICDefaultForced() const override;
39 bool TCEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in TCEToolChain
32 bool isPICDefaultForced() const override;
67 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
41 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
61 bool isPICDefaultForced() const override;
62 bool isPICDefaultForced() const override;
49 bool isPICDefaultForced() const override;
46 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
58 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
69 bool isPICDefaultForced() const override;
58 bool VEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in VEToolChain
71 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
56 bool isPICDefaultForced() const override;
107 bool XCoreToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in XCoreToolChain
160 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
230 bool CrossWindowsToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in CrossWindowsToolChain
302 bool isPICDefaultForced() const override;
206 bool WebAssembly::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in WebAssembly
243 bool isPICDefaultForced() const override;
482 bool toolchains::MinGW::isPICDefaultForced() const { in isPICDefaultForced() function in toolchains::MinGW
1202 if (!ToolChain.isPICDefaultForced()) { in ParsePICArgs()1252 PIC = ToolChain.isPICDefault() && ToolChain.isPICDefaultForced(); in ParsePICArgs()
736 bool MSVCToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in MSVCToolChain
490 virtual bool isPICDefaultForced() const = 0;