Searched refs:SourceDateEpoch (Results 1 – 4 of 4) sorted by relevance
212 std::optional<uint64_t> SourceDateEpoch; variable
1102 if (PP.getPreprocessorOpts().SourceDateEpoch) { in ComputeDATE_TIME()1103 TT = *PP.getPreprocessorOpts().SourceDateEpoch; in ComputeDATE_TIME()1753 if (getPreprocessorOpts().SourceDateEpoch) { in ExpandBuiltinMacro()1754 time_t TT = *getPreprocessorOpts().SourceDateEpoch; in ExpandBuiltinMacro()
4567 if (Opts.SourceDateEpoch) in GeneratePreprocessorArgs()4568 GenerateArg(Consumer, OPT_source_date_epoch, Twine(*Opts.SourceDateEpoch)); in GeneratePreprocessorArgs()4664 Opts.SourceDateEpoch = V; in ParsePreprocessorArgs()
1080 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()1081 ? *PreprocessorOpts.SourceDateEpoch in Release()