Searched defs:EmitNotes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h55 bool EmitNotes; member in struct:llvm::GCOVOptions
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp46 : ModulePass(ID), EmitNotes(true), EmitData(true), Use402Format(false) {
49 GCOVProfiler(bool EmitNotes, bool EmitData, bool use402Format = false) argument
50 : ModulePass(ID), EmitNotes(EmitNotes), EmitData(EmitData),
52 assert((EmitNotes || EmitData) && "GCOVProfiler asked to do nothing?");
94 bool EmitNotes; member in class:__anon18912::GCOVProfiler
107 ModulePass *llvm::createGCOVProfilerPass(bool EmitNotes, bool EmitData, argument
109 return new GCOVProfiler(EmitNotes, EmitData, Use402Format);
347 if (EmitNotes) emitGCNO();

Completed in 82 milliseconds