Home
last modified time | relevance | path

Searched defs:isPICDefault (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DZOS.h25 bool isPICDefault() const override { return false; } in isPICDefault() function
H A DMSP430.h39 bool isPICDefault() const override { return false; } in isPICDefault() function
H A DAIX.h62 bool isPICDefault() const override { return true; } in isPICDefault() function
H A DBareMetal.h44 bool isPICDefault() const override { return false; } in isPICDefault() function
H A DTCE.cpp35 bool TCEToolChain::isPICDefault() const { return false; } in isPICDefault() function in TCEToolChain
H A DAMDGPU.h69 bool isPICDefault() const override { return false; } in isPICDefault() function
H A DFuchsia.h56 bool isPICDefault() const override { return false; } in isPICDefault() function
H A DVEToolchain.cpp54 bool VEToolChain::isPICDefault() const { return false; } in isPICDefault() function in VEToolChain
H A DCuda.h158 bool isPICDefault() const override { return false; } in isPICDefault() function
H A DXCore.cpp103 bool XCoreToolChain::isPICDefault() const { return false; } in isPICDefault() function in XCoreToolChain
H A DPS4CPU.cpp228 bool toolchains::PS4CPU::isPICDefault() const { return true; } in isPICDefault() function in toolchains::PS4CPU
H A DCrossWindows.cpp222 bool CrossWindowsToolChain::isPICDefault() const { in isPICDefault() function in CrossWindowsToolChain
H A DWebAssembly.cpp202 bool WebAssembly::isPICDefault() const { return false; } in isPICDefault() function in WebAssembly
H A DMinGW.cpp472 bool toolchains::MinGW::isPICDefault() const { in isPICDefault() function in toolchains::MinGW
H A DMSVC.cpp726 bool MSVCToolChain::isPICDefault() const { in isPICDefault() function in MSVCToolChain
H A DDarwin.cpp2596 bool MachO::isPICDefault() const { return true; } in isPICDefault() function in MachO
H A DGnu.cpp2718 bool Generic_GCC::isPICDefault() const { in isPICDefault() function in Generic_GCC