Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp473 Inputs, Output, D.getPrependArg())); in constructGenerateObjFileFromHIPFatBinary()
H A DClang.cpp5437 CmdArgs, Inputs, Output, D.getPrependArg())); in ConstructJob()
8018 Output, D.getPrependArg())); in ConstructJob()
8022 Output, D.getPrependArg())); in ConstructJob()
8840 Output, D.getPrependArg())); in ConstructJob()
8844 Output, D.getPrependArg())); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h438 const char *getPrependArg() const { return PrependArg; } in getPrependArg() function