Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h66 bool EmitData; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit()
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h621 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
664 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
740 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp315 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf7d29e6c0211::IdentifierTableInfo
380 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf7d29e6c0311::ContextIDTableInfo
498 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf7d29e6c0311::VersionedTableInfo
895 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf7d29e6c0911::ObjCSelectorTableInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp78 Options.EmitData = true; in getDefault()
561 if (!CUNode || (!Options.EmitNotes && !Options.EmitData)) in runOnModule()
776 bool EmitGCDA = Options.EmitData; in emitProfileNotes()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp744 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData() function in __anon35ca0d360811::IdentifierIndexWriterTrait
H A DASTWriter.cpp2021 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData() function in __anon397e50ec0511::HeaderFileInfoTrait
3499 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() function in __anon397e50ec0b11::ASTMethodPoolTrait
3834 void EmitData(raw_ostream &Out, const IdentifierInfo *II, IdentifierID ID, in EmitData() function in __anon397e50ec0c11::ASTIdentifierTableTrait
4108 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData() function in __anon397e50ec0d11::ASTDeclContextNameLookupTrait
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp152 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp504 Options.EmitData = !CodeGenOpts.CoverageDataFile.empty(); in getGCOVOptions()