Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DInstrumentation.h62 bool EmitData; member
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h530 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
568 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp78 Options.EmitData = true; in getDefault()
560 if (!CUNode || (!Options.EmitNotes && !Options.EmitData)) in runOnModule()
772 bool EmitGCDA = Options.EmitData; in emitProfileNotes()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp145 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait
/llvm-project-15.0.7/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData() function in __anon244be4660811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1797 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData() function in __anon7df3f81c0311::HeaderFileInfoTrait
3234 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() function in __anon7df3f81c0911::ASTMethodPoolTrait
3556 void EmitData(raw_ostream& Out, IdentifierInfo* II, in EmitData() function in __anon7df3f81c0a11::ASTIdentifierTableTrait
3819 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData() function in __anon7df3f81c0b11::ASTDeclContextNameLookupTrait
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp494 Options.EmitData = CodeGenOpts.EmitGcovArcs; in getGCOVOptions()