Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h59 bool EmitData; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp84 Options.EmitData = true; in getDefault()
614 if (!CUNode || (!Options.EmitNotes && !Options.EmitData)) in runOnModule()
826 bool EmitGCDA = Options.EmitData; in emitProfileNotes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData() function in __anon28427b810811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1691 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData() function in __anon52dea4370311::HeaderFileInfoTrait
3045 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() function in __anon52dea4370911::ASTMethodPoolTrait
3356 void EmitData(raw_ostream& Out, IdentifierInfo* II, in EmitData() function in __anon52dea4370a11::ASTIdentifierTableTrait
3622 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData() function in __anon52dea4370b11::ASTDeclContextNameLookupTrait
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp611 Options.EmitData = CodeGenOpts.EmitGcovArcs; in getGCOVOptions()