Home
last modified time | relevance | path

Searched refs:EmitData (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h59 bool EmitData; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h192 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit()
199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp61 Options.EmitData = true; in getDefault()
82 assert((Options.EmitNotes || Options.EmitData) && in GCOVProfiler()
574 if (Options.EmitData) return emitProfileArcs(); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait