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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DInputInfo.h43 const char *BaseInput; member in class:clang::driver::InputInfo
52 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {}
55 : Kind(Filename), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
59 : Kind(Filename), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
65 : Kind(InputArg), Act(nullptr), Type(_Type), BaseInput(_BaseInput) {
70 : Kind(InputArg), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {
78 const char *getBaseInput() const { return BaseInput; }
H A DDriver.cpp4353 const char *BaseInput = InputInfos[0].getBaseInput();
4358 BaseInput = InputInfos[0].getFilename();
4362 BaseInput = ModuleJA->getModuleName();
4404 GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch,
4409 BaseInput);
4437 Result = InputInfo(A, BaseInput);
4448 BaseInput = FinalOutput->getValue();
4450 BaseInput = getDefaultImageName();
4452 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch,
4455 BaseInput);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h704 createDefaultOutputFile(bool Binary = true, StringRef BaseInput = "",
713 StringRef BaseInput, StringRef Extension, bool UseTemporary,
719 /// path location as \p BaseInput, with any suffix removed, and \p Extension
726 /// \param BaseInput - If \p OutputPath is empty, the input path name to use
743 bool RemoveFileOnSignal, StringRef BaseInput,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h519 /// \param BaseInput - The original input file that this action was
526 const char *BaseInput, StringRef BoundArch,

Completed in 131 milliseconds