/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTestAPICommon.h | 96 std::string HostTriple; variable
|
/llvm-project/llvm/unittests/TargetParser/ |
H A D | Host.cpp | 430 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 D | TargetOptions.h | 33 std::string HostTriple; variable
|
/llvm-project/clang/lib/Basic/Targets/ |
H A D | NVPTX.cpp | 78 llvm::Triple HostTriple(Opts.HostTriple); NVPTXTargetInfo() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Distro.cpp | 225 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in GetDistro() local
|
H A D | ToolChain.cpp | 970 llvm::Triple HostTriple(LLVM_HOST_TRIPLE); isCrossCompiling() local
|
H A D | Driver.cpp | 131 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 D | HIPUtility.cpp | 301 auto HostTriple = constructGenerateObjFileFromHIPFatBinary() local
|
H A D | Cuda.cpp | 136 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 D | MinGW.cpp | 373 llvm::Triple HostTriple(llvm::Triple::normalize(LLVM_HOST_TRIPLE)); isCrossCompiling() local
|
H A D | AMDGPU.cpp | 323 const Driver &D, const llvm::Triple &HostTriple, in RocmInstallationDetector() argument
|
/llvm-project/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 388 const Triple HostTriple(Triple::normalize(LLVM_HOST_TRIPLE)); in main() local
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 2193 Triple HostTriple = MachOObjectFile::getHostArch(); dumpMachOUniversalBinaryMatchHost() local 2480 Triple HostTriple(sys::getProcessTriple()); llvm_nm_main() local
|
/llvm-project/llvm/lib/Object/ |
H A D | Archive.cpp | 983 return getDefaultKindForTriple(HostTriple); in getDefaultKind() local
|