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

/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h61 bool EmitData; member in struct:llvm::GCOVOptions
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h531 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, function in class:llvm::memprof::RecordWriterTrait
569 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, function in class:llvm::memprof::FrameWriterTrait
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h52 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp78 Options.EmitData = true;
561 if (!CUNode || (!Options.EmitNotes && !Options.EmitData))
776 bool EmitGCDA = Options.EmitData;
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, function in class:__anon898::IdentifierIndexWriterTrait
H A DASTWriter.cpp1800 void EmitData(raw_ostream &Out, key_type_ref key, function in class:__anon887::HeaderFileInfoTrait
3253 void EmitData(raw_ostream& Out, key_type_ref, function in class:__anon889::ASTMethodPoolTrait
3575 void EmitData(raw_ostream& Out, IdentifierInfo* II,
3838 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup,
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp146 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { function in class:llvm::InstrProfRecordWriterTrait
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp507 Options.EmitData = CodeGenOpts.EmitGcovArcs;

Completed in 135 milliseconds