Searched refs:EmitData (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 62 bool EmitData; member
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 192 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 D | MemProf.h | 530 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 D | GCOVProfiling.cpp | 78 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 D | InstrProfWriter.cpp | 145 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 D | GlobalModuleIndex.cpp | 748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData() function in __anon244be4660811::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1797 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 D | BackendUtil.cpp | 494 Options.EmitData = CodeGenOpts.EmitGcovArcs; in getGCOVOptions()
|