Searched defs:EmitData (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp184 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { function in class:DwarfAccelTable
232 EmitData(Asm, D);
/external/clang/lib/Frontend/
H A DCacheTokens.cpp80 void EmitData(raw_ostream& Out) { function in class:__anon3644::PTHEntryKeyVariant
141 static void EmitData(raw_ostream& Out, PTHEntryKeyVariant V, function in class:__anon3644::FileEntryPTHEntryInfo
153 V.EmitData(Out);
600 static void EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID, function in class:__anon3649::PTHIdentifierTableTrait
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp47 : ModulePass(ID), EmitNotes(true), EmitData(true), Use402Format(false),
51 GCOVProfiler(bool EmitNotes, bool EmitData, bool use402Format = false, argument
53 : ModulePass(ID), EmitNotes(EmitNotes), EmitData(EmitData),
55 assert((EmitNotes || EmitData) && "GCOVProfiler asked to do nothing?");
97 bool EmitData; member in class:__anon9663::GCOVProfiler
110 ModulePass *llvm::createGCOVProfilerPass(bool EmitNotes, bool EmitData, argument
113 return new GCOVProfiler(EmitNotes, EmitData, Use402Format, UseExtraChecksum);
357 if (EmitData) return emitProfileArcs();
/external/clang/lib/Serialization/
H A DASTWriter.cpp1127 void EmitData(raw_ostream &Out, key_type_ref, function in class:__anon3824::ASTStatCacheTrait
1287 void EmitData(raw_ostream &Out, key_type_ref, function in class:__anon3825::HeaderFileInfoTrait
2321 void EmitData(raw_ostream& Out, key_type_ref, function in class:__anon3826::ASTMethodPoolTrait
2558 void EmitData(raw_ostream& Out, IdentifierInfo* II, function in class:__anon3827::ASTIdentifierTableTrait
2786 void EmitData(raw_ostream& Out, key_type_ref, function in class:__anon3828::ASTDeclContextNameLookupTrait

Completed in 257 milliseconds