Searched refs:FailIfEmpty (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/sancov/
H A Dsancov.cc127 static void FailIfEmpty(const std::unique_ptr<T> &Ptr, function in namespace:__anon13105
263 FailIfEmpty(STI, "no subtarget info for target " + TripleName);
267 FailIfEmpty(MRI, "no register info for target " + TripleName);
271 FailIfEmpty(AsmInfo, "no asm info for target " + TripleName);
277 FailIfEmpty(DisAsm, "no disassembler info for target " + TripleName);
280 FailIfEmpty(MII, "no instruction info for target " + TripleName);
284 FailIfEmpty(MIA, "no instruction analysis info for target " + TripleName);

Completed in 52 milliseconds