Searched refs:EmitData (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 61 bool EmitData; member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit() 198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 531 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function 569 void EmitData(raw_ostream &Out, key_type_ref /*Unused*/, data_type_ref V, in EmitData() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 78 Options.EmitData = true; in getDefault() 561 if (!CUNode || (!Options.EmitNotes && !Options.EmitData)) in runOnModule() 776 bool EmitGCDA = Options.EmitData; in emitProfileNotes()
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 146 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait
|
| /openbsd-src/gnu/llvm/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 __anoncf781a4d0811::IdentifierIndexWriterTrait
|
| H A D | ASTWriter.cpp | 1800 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData() function in __anona57837030711::HeaderFileInfoTrait 3253 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() function in __anona57837030d11::ASTMethodPoolTrait 3575 void EmitData(raw_ostream& Out, IdentifierInfo* II, in EmitData() function in __anona57837030e11::ASTIdentifierTableTrait 3838 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData() function in __anona57837030f11::ASTDeclContextNameLookupTrait
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 507 Options.EmitData = CodeGenOpts.EmitGcovArcs; in getGCOVOptions()
|