Home
last modified time | relevance | path

Searched defs:Epoch (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDEpochTracker.h38 uint64_t Epoch = 0; variable
HDSmallPtrSet.h283 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerIOPosix.cpp55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
HDFuzzerIO.cpp101 void ReadDirToVectorOfUnits(const char *Path, std::vector<Unit> *V, long *Epoch, in ReadDirToVectorOfUnits()
HDFuzzerIOWindows.cpp113 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_defs.h62 enum class Epoch : u16 {}; enum
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp4653 StringRef Epoch = A->getValue(); in ParsePreprocessorArgs() local
/freebsd-head/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp1298 if (const char *Epoch = std::getenv("SOURCE_DATE_EPOCH")) { in AddPreprocessingOptions() local