Home
last modified time | relevance | path

Searched refs:isPICDefaultForced (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DZOS.h29 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DHLSL.h27 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DTCE.h31 bool isPICDefaultForced() const override;
H A DTCE.cpp41 bool TCEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in TCEToolChain
H A DVEToolchain.h31 bool isPICDefaultForced() const override;
H A DXCore.h62 bool isPICDefaultForced() const override;
H A DCrossWindows.h61 bool isPICDefaultForced() const override;
H A DMSP430.h43 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
H A DAIX.h69 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
H A DSPIRV.h76 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DWebAssembly.h49 bool isPICDefaultForced() const override;
H A DBareMetal.h48 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DFuchsia.h60 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DHIPSPV.h90 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DMinGW.h72 bool isPICDefaultForced() const override;
H A DVEToolchain.cpp71 bool VEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in VEToolChain
H A DAMDGPU.h73 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DXCore.cpp109 bool XCoreToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in XCoreToolChain
H A DMSVC.h57 bool isPICDefaultForced() const override;
H A DCuda.h167 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
H A DCrossWindows.cpp230 bool CrossWindowsToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in CrossWindowsToolChain
H A DGnu.h302 bool isPICDefaultForced() const override;
H A DWebAssembly.cpp210 bool WebAssembly::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in WebAssembly
H A DDarwin.h265 bool isPICDefaultForced() const override;
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h516 virtual bool isPICDefaultForced() const = 0;

12