Home
last modified time | relevance | path

Searched refs:SecondsSinceEpoch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1087 long SecondsSinceEpoch = Val->getSExtValue(); in getTranslationTime() local
1088 Time = static_cast<time_t>(SecondsSinceEpoch); in getTranslationTime()