Searched refs:SourceDateEpoch (Results 1 – 4 of 4) sorted by relevance
231 std::optional<uint64_t> SourceDateEpoch; variable
1092 if (PP.getPreprocessorOpts().SourceDateEpoch) { in ComputeDATE_TIME()1093 TT = *PP.getPreprocessorOpts().SourceDateEpoch; in ComputeDATE_TIME()1616 if (getPreprocessorOpts().SourceDateEpoch) { in ExpandBuiltinMacro()1617 time_t TT = *getPreprocessorOpts().SourceDateEpoch; in ExpandBuiltinMacro()
4368 if (Opts.SourceDateEpoch) in GeneratePreprocessorArgs()4369 GenerateArg(Consumer, OPT_source_date_epoch, Twine(*Opts.SourceDateEpoch)); in GeneratePreprocessorArgs()4462 Opts.SourceDateEpoch = V; in ParsePreprocessorArgs()
1037 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()1038 ? *PreprocessorOpts.SourceDateEpoch in Release()