Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h66 bool EmitData; member
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h537 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
580 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp305 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf4cc7f220211::IdentifierTableInfo
370 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf4cc7f220311::ObjCContextIDTableInfo
488 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf4cc7f220311::VersionedTableInfo
831 void EmitData(raw_ostream &OS, key_type_ref, data_type_ref Data, unsigned) { in EmitData() function in clang::api_notes::__anonf4cc7f220911::ObjCSelectorTableInfo
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData() function in __anoncf1c43ec0811::IdentifierIndexWriterTrait
H A DASTWriter.cpp1891 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData() function in __anon367831a20711::HeaderFileInfoTrait
3337 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() function in __anon367831a20e11::ASTMethodPoolTrait
3657 void EmitData(raw_ostream& Out, IdentifierInfo* II, in EmitData() function in __anon367831a20f11::ASTIdentifierTableTrait
3919 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData() function in __anon367831a21011::ASTDeclContextNameLookupTrait
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp150 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp489 Options.EmitData = !CodeGenOpts.CoverageDataFile.empty(); in getGCOVOptions()