HomeSort by: relevance | last modified time | path
    Searched refs:EmitData (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h 59 bool EmitData;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
192 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 84 Options.EmitData = true;
614 if (!CUNode || (!Options.EmitNotes && !Options.EmitData))
826 bool EmitGCDA = Options.EmitData;
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
ASTWriter.cpp 1691 void EmitData(raw_ostream &Out, key_type_ref key,
3045 void EmitData(raw_ostream& Out, key_type_ref,
3356 void EmitData(raw_ostream& Out, IdentifierInfo* II,
3622 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 611 Options.EmitData = CodeGenOpts.EmitGcovArcs;

Completed in 51 milliseconds