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

/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h66 bool ExitBlockBeforeBody; member in struct:llvm::GCOVOptions
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp60 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody;
313 bool UseCfgChecksum, bool ExitBlockBeforeBody)
324 if (i == 1 && ExitBlockBeforeBody)
328 if (!ExitBlockBeforeBody)
511 Options.ExitBlockBeforeBody));
312 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) argument
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp388 Options.ExitBlockBeforeBody = CodeGenOpts.CoverageExitBlockBeforeBody;

Completed in 76 milliseconds