Searched refs:BaseInput (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DInputInfo.h42 const char *BaseInput; member in class:clang::driver::InputInfo
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
50 : Kind(Filename), Type(_Type), BaseInput(_BaseInput) {
55 : Kind(InputArg), Type(_Type), BaseInput(_BaseInput) {
63 const char *getBaseInput() const { return BaseInput; }
H A DDriver.cpp1553 const char *BaseInput = InputInfos[0].getBaseInput(); local
1558 BaseInput = InputInfos[0].getFilename();
1562 Result = InputInfo(A->getType(), BaseInput);
1564 Result = InputInfo(GetNamedOutputPath(C, *JA, BaseInput, BoundArch,
1566 A->getType(), BaseInput);
1617 const char *BaseInput,
1639 StringRef BaseName = llvm::sys::path::filename(BaseInput);
1649 StringRef Name = llvm::sys::path::filename(BaseInput);
1657 SmallString<128> BasePath(BaseInput);
1719 llvm::sys::fs::equivalent(BaseInput, Resul
1615 GetNamedOutputPath(Compilation &C, const JobAction &JA, const char *BaseInput, const char *BoundArch, bool AtTopLevel, bool MultipleArchs) const argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h585 createDefaultOutputFile(bool Binary = true, StringRef BaseInput = "",
595 StringRef BaseInput,
603 /// path location as \p BaseInput, with any suffix removed, and \p Extension
610 /// \param BaseInput - If \p OutputPath is empty, the input path name to use
628 StringRef BaseInput,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h367 /// \param BaseInput - The original input file that this action was
374 const char *BaseInput,

Completed in 63 milliseconds