Home
last modified time | relevance | path

Searched defs:HostTriple (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h96 std::string HostTriple; variable
/llvm-project/llvm/unittests/TargetParser/
H A DHost.cpp430 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); TEST() local
476 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); TEST() local
520 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); TEST() local
/llvm-project/clang/include/clang/Basic/
H A DTargetOptions.h33 std::string HostTriple; variable
/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp78 llvm::Triple HostTriple(Opts.HostTriple); NVPTXTargetInfo() local
/llvm-project/clang/lib/Driver/
H A DDistro.cpp225 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in GetDistro() local
H A DToolChain.cpp970 llvm::Triple HostTriple(LLVM_HOST_TRIPLE); isCrossCompiling() local
H A DDriver.cpp131 getNVIDIAOffloadTargetTriple(const Driver & D,const ArgList & Args,const llvm::Triple & HostTriple) getNVIDIAOffloadTargetTriple() argument
795 const llvm::Triple &HostTriple = HostTC->getTriple(); CreateOffloadingDeviceToolChains() local
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp301 auto HostTriple = constructGenerateObjFileFromHIPFatBinary() local
H A DCuda.cpp136 CudaInstallationDetector(const Driver & D,const llvm::Triple & HostTriple,const llvm::opt::ArgList & Args) CudaInstallationDetector() argument
727 NVPTXToolChain(const Driver & D,const llvm::Triple & Triple,const llvm::Triple & HostTriple,const ArgList & Args,bool Freestanding=false) NVPTXToolChain() argument
H A DMinGW.cpp373 llvm::Triple HostTriple(llvm::Triple::normalize(LLVM_HOST_TRIPLE)); isCrossCompiling() local
H A DAMDGPU.cpp323 const Driver &D, const llvm::Triple &HostTriple, in RocmInstallationDetector() argument
/llvm-project/llvm/tools/llvm-config/
H A Dllvm-config.cpp388 const Triple HostTriple(Triple::normalize(LLVM_HOST_TRIPLE)); in main() local
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2193 Triple HostTriple = MachOObjectFile::getHostArch(); dumpMachOUniversalBinaryMatchHost() local
2480 Triple HostTriple(sys::getProcessTriple()); llvm_nm_main() local
/llvm-project/llvm/lib/Object/
H A DArchive.cpp983 return getDefaultKindForTriple(HostTriple); in getDefaultKind() local