Home
last modified time | relevance | path

Searched refs:EmitNotes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h56 bool EmitNotes; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp83 Options.EmitNotes = true; in getDefault()
614 if (!CUNode || (!Options.EmitNotes && !Options.EmitData)) in runOnModule()
986 if (Options.EmitNotes) { in emitProfileNotes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp610 Options.EmitNotes = CodeGenOpts.EmitGcovNotes; in getGCOVOptions()