Searched refs:SourceDateEpoch (Results 1 – 4 of 4) sorted by relevance
199 std::optional<uint64_t> SourceDateEpoch; variable
1047 if (PP.getPreprocessorOpts().SourceDateEpoch) { in ComputeDATE_TIME()1048 TT = *PP.getPreprocessorOpts().SourceDateEpoch; in ComputeDATE_TIME()1705 if (getPreprocessorOpts().SourceDateEpoch) { in ExpandBuiltinMacro()1706 time_t TT = *getPreprocessorOpts().SourceDateEpoch; in ExpandBuiltinMacro()
4910 if (Opts.SourceDateEpoch) in GeneratePreprocessorArgs()4911 GenerateArg(Consumer, OPT_source_date_epoch, Twine(*Opts.SourceDateEpoch)); in GeneratePreprocessorArgs()4996 Opts.SourceDateEpoch = V; in ParsePreprocessorArgs()
1189 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()1190 ? *PreprocessorOpts.SourceDateEpoch in Release()