HomeSort by relevance Sort by last modified time
    Searched refs:EmitData (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/Transforms/
Instrumentation.h 32 ModulePass *createGCOVProfilerPass(bool EmitNotes = true, bool EmitData = true,
  /external/llvm/utils/TableGen/
SubtargetEmitter.h 54 void EmitData(raw_ostream &OS);
SubtargetEmitter.cpp 579 // EmitData - Emits all stages and itineries, folding common patterns.
581 void SubtargetEmitter::EmitData(raw_ostream &OS) {
680 EmitData(OS);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 46 : ModulePass(ID), EmitNotes(true), EmitData(true), Use402Format(false),
50 GCOVProfiler(bool EmitNotes, bool EmitData, bool use402Format = false,
52 : ModulePass(ID), EmitNotes(EmitNotes), EmitData(EmitData),
54 assert((EmitNotes || EmitData) && "GCOVProfiler asked to do nothing?");
97 bool EmitData;
110 ModulePass *llvm::createGCOVProfilerPass(bool EmitNotes, bool EmitData,
113 return new GCOVProfiler(EmitNotes, EmitData, Use402Format, UseExtraChecksum);
357 if (EmitData) return emitProfileArcs();
  /external/clang/lib/Frontend/
CacheTokens.cpp 80 void EmitData(raw_ostream& Out) {
141 static void EmitData(raw_ostream& Out, PTHEntryKeyVariant V,
153 V.EmitData(Out);
600 static void EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 248 void EmitData(AsmPrinter *, DwarfDebug *D);
DwarfAccelTable.cpp 184 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) {
232 EmitData(Asm, D);
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 212 InfoObj.EmitData(out, I->key, I->data, Len.second);
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 2057 milliseconds