Searched refs:EmitData (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 59 bool EmitData; member
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 84 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 D | InstrProfWriter.cpp | 140 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 D | GlobalModuleIndex.cpp | 748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData() function in __anon28427b810811::IdentifierIndexWriterTrait
|
H A D | ASTWriter.cpp | 1691 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 D | BackendUtil.cpp | 611 Options.EmitData = CodeGenOpts.EmitGcovArcs; in getGCOVOptions()
|