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

/freebsd-11-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.cpp4279 const char *BaseInput = InputInfos[0].getBaseInput();
4284 BaseInput = InputInfos[0].getFilename();
4288 BaseInput = ModuleJA->getModuleName();
4330 GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch,
4335 BaseInput);
4363 Result = InputInfo(A, BaseInput);
4374 BaseInput = FinalOutput->getValue();
4376 BaseInput = getDefaultImageName();
4378 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch,
4381 BaseInput);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h706 createDefaultOutputFile(bool Binary = true, StringRef BaseInput = "",
715 StringRef BaseInput, StringRef Extension, bool UseTemporary,
721 /// path location as \p BaseInput, with any suffix removed, and \p Extension
728 /// \param BaseInput - If \p OutputPath is empty, the input path name to use
745 bool RemoveFileOnSignal, StringRef BaseInput,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h521 /// \param BaseInput - The original input file that this action was
528 const char *BaseInput, StringRef BoundArch,

Completed in 98 milliseconds