Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Driver/ToolChains/
DZOS.h27 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
DTCE.h31 bool isPICDefaultForced() const override;
DTCE.cpp39 bool TCEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in TCEToolChain
DVEToolchain.h32 bool isPICDefaultForced() const override;
DAIX.h64 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
DXCore.h62 bool isPICDefaultForced() const override;
DMSP430.h41 bool isPICDefaultForced() const override { return true; } in isPICDefaultForced() function
DCrossWindows.h61 bool isPICDefaultForced() const override;
DWebAssembly.h49 bool isPICDefaultForced() const override;
DBareMetal.h37 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
DFuchsia.h58 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
DHIP.h79 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
DMinGW.h69 bool isPICDefaultForced() const override;
DVEToolchain.cpp58 bool VEToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in VEToolChain
DXCore.cpp107 bool XCoreToolChain::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in XCoreToolChain
DMSVC.h77 bool isPICDefaultForced() const override;
DCuda.h160 bool isPICDefaultForced() const override { return false; } in isPICDefaultForced() function
DCrossWindows.cpp230 bool CrossWindowsToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in CrossWindowsToolChain
DGnu.h302 bool isPICDefaultForced() const override;
DWebAssembly.cpp196 bool WebAssembly::isPICDefaultForced() const { return false; } in isPICDefaultForced() function in WebAssembly
DDarwin.h246 bool isPICDefaultForced() const override;
/external/clang/lib/Driver/
DToolChains.h224 bool isPICDefaultForced() const override;
356 bool isPICDefaultForced() const override;
673 bool isPICDefaultForced() const override;
1025 bool isPICDefaultForced() const override;
1041 bool isPICDefaultForced() const override;
1088 bool isPICDefaultForced() const override;
1122 bool isPICDefaultForced() const override;
1176 bool isPICDefaultForced() const override;
DCrossWindowsToolChain.cpp46 bool CrossWindowsToolChain::isPICDefaultForced() const { in isPICDefaultForced() function in CrossWindowsToolChain
DMinGWToolChain.cpp130 bool MinGW::isPICDefaultForced() const { in isPICDefaultForced() function in MinGW
/external/clang/include/clang/Driver/
DToolChain.h288 virtual bool isPICDefaultForced() const = 0;

12