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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 184 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) {
232 EmitData(Asm, D);
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 579 // EmitData - Emits all stages and itineries, folding common patterns.
581 void SubtargetEmitter::EmitData(raw_ostream &OS) {
680 EmitData(OS);
  /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/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/Serialization/
ASTWriter.cpp     [all...]

Completed in 381 milliseconds