Searched refs:isPICDefaultForced (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DTCE.cpp41 bool TCEToolChain::isPICDefaultForced() const { return false; } function in class:TCEToolChain
H A DTCE.h31 bool isPICDefaultForced() const override;
H A DVEToolchain.h31 bool isPICDefaultForced() const override;
H A DHLSL.h47 bool isPICDefaultForced() const override { return false; }
H A DCrossWindows.h61 bool isPICDefaultForced() const override;
H A DMSP430.h43 bool isPICDefaultForced() const override { return true; }
H A DXCore.h63 bool isPICDefaultForced() const override;
H A DSPIRV.h73 bool isPICDefaultForced() const override { return false; }
H A DOHOS.h38 bool isPICDefaultForced() const override { return false; }
H A DBareMetal.h46 bool isPICDefaultForced() const override { return false; }
H A DAIX.h69 bool isPICDefaultForced() const override { return true; }
H A DFuchsia.h73 bool isPICDefaultForced() const override { return false; }
H A DZOS.h62 bool isPICDefaultForced() const override { return false; }
H A DHIPSPV.h89 bool isPICDefaultForced() const override { return false; }
H A DWebAssembly.h49 bool isPICDefaultForced() const override;
H A DMSVC.h58 bool isPICDefaultForced() const override;
H A DMinGW.h73 bool isPICDefaultForced() const override;
H A DXCore.cpp108 bool XCoreToolChain::isPICDefaultForced() const { return false; } function in class:XCoreToolChain
H A DAMDGPU.h71 bool isPICDefaultForced() const override { return true; }
H A DVEToolchain.cpp74 bool VEToolChain::isPICDefaultForced() const { return false; } function in class:VEToolChain
H A DCuda.h158 bool isPICDefaultForced() const override { return false; }
H A DCrossWindows.cpp232 bool CrossWindowsToolChain::isPICDefaultForced() const { function in class:CrossWindowsToolChain
H A DGnu.h303 bool isPICDefaultForced() const override;
H A DDarwin.h264 bool isPICDefaultForced() const override;
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h551 virtual bool isPICDefaultForced() const = 0;

Completed in 216 milliseconds

12