Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DDuration.h24 std::chrono::milliseconds getDuration() const { return Value; } in getDuration() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp886 std::error_code EC = sys::fs::tryLockFile(FD, Timeout.getDuration()); in tryLockFor()