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

/external/vixl/src/
H A Dcode-buffer-vixl.cc122 void CodeBuffer::EmitData(const void* data, size_t size) { function in class:vixl::CodeBuffer
/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h58 bool EmitData; member in struct:llvm::GCOVOptions
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { function in class:DwarfAccelTable
258 EmitData(Asm, D);
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { function in class:llvm::InstrProfRecordWriterTrait
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DSubtargetEmitter.cpp563 // EmitData - Emits all stages and itineries, folding common patterns.
565 void SubtargetEmitter::EmitData(raw_ostream &OS) { function in class:SubtargetEmitter
664 EmitData(OS);
/external/clang/lib/Frontend/
H A DCacheTokens.cpp83 void EmitData(raw_ostream& Out) { function in class:__anon1685::PTHEntryKeyVariant
151 static void EmitData(raw_ostream& Out, PTHEntryKeyVariant V, function in class:__anon1685::FileEntryPTHEntryInfo
164 V.EmitData(Out);
640 static void EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID, function in class:__anon1690::PTHIdentifierTableTrait
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp679 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, function in class:__anon1935::IdentifierIndexWriterTrait
H A DASTWriter.cpp1760 void EmitData(raw_ostream &Out, key_type_ref key, function in class:__anon1923::HeaderFileInfoTrait
2921 void EmitData(raw_ostream& Out, key_type_ref, function in class:__anon1925::ASTMethodPoolTrait
3236 void EmitData(raw_ostream& Out, IdentifierInfo* II,
3502 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup,
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp46 : ModulePass(ID), EmitNotes(true), EmitData(true), Use402Format(false) {
49 GCOVProfiler(bool EmitNotes, bool EmitData, bool use402Format = false) argument
50 : ModulePass(ID), EmitNotes(EmitNotes), EmitData(EmitData),
52 assert((EmitNotes || EmitData) && "GCOVProfiler asked to do nothing?");
95 bool EmitData; member in class:__anon23007::GCOVProfiler
107 ModulePass *llvm::createGCOVProfilerPass(bool EmitNotes, bool EmitData, argument
109 return new GCOVProfiler(EmitNotes, EmitData, Use402Format);
348 if (EmitData) return emitProfileArcs();

Completed in 312 milliseconds