Home
last modified time | relevance | path

Searched refs:constructHIPFatbinCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHIP.h23 void constructHIPFatbinCommand(Compilation &C, const JobAction &JA,
H A DHIP.cpp195 void AMDGCN::constructHIPFatbinCommand(Compilation &C, const JobAction &JA, in constructHIPFatbinCommand() function in AMDGCN
236 return constructHIPFatbinCommand(C, JA, Output.getFilename(), Inputs, Args, *this); in ConstructJob()
H A DCommonArgs.cpp1394 AMDGCN::constructHIPFatbinCommand(C, JA, BundleFile, DeviceInputs, Args, T); in AddHIPLinkerScript()