Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp143 static cl::opt<bool> ShowTimes("show-times", variable
969 Timers = ShowTimes ? std::make_unique<RTDyldTimers>() : nullptr; in main()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp122 static cl::opt<bool> ShowTimes("show-times", variable
1286 ShowTimes ? std::make_unique<JITLinkTimers>() : nullptr; in main()