/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 46 : ModulePass(ID), EmitNotes(true), EmitData(true), Use402Format(false) { in GCOVProfiler() 49 GCOVProfiler(bool EmitNotes, bool EmitData, bool use402Format = false) in GCOVProfiler() argument 50 : ModulePass(ID), EmitNotes(EmitNotes), EmitData(EmitData), in GCOVProfiler() 52 assert((EmitNotes || EmitData) && "GCOVProfiler asked to do nothing?"); in GCOVProfiler() 95 bool EmitData; member in __anon5586b7410111::GCOVProfiler 107 ModulePass *llvm::createGCOVProfilerPass(bool EmitNotes, bool EmitData, in createGCOVProfilerPass() argument 109 return new GCOVProfiler(EmitNotes, EmitData, Use402Format); in createGCOVProfilerPass() 348 if (EmitData) return emitProfileArcs(); in runOnModule()
|
/external/v8/tools/ |
D | bigint-tester.py | 92 def EmitData(self, count): member in TestGenerator 103 print(self.EmitData(count)) 110 f.write(self.EmitData(count))
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/ |
D | Instrumentation.h | 31 ModulePass *createGCOVProfilerPass(bool EmitNotes = true, bool EmitData = true,
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 83 void EmitData(raw_ostream& Out) { in EmitData() function in __anonb15f549c0111::PTHEntryKeyVariant 151 static void EmitData(raw_ostream& Out, PTHEntryKeyVariant V, in EmitData() function in __anonb15f549c0111::FileEntryPTHEntryInfo 164 V.EmitData(Out); in EmitData() 640 static void EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID, in EmitData() function in __anonb15f549c0611::PTHIdentifierTableTrait
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SubtargetEmitter.h | 54 void EmitData(raw_ostream &OS);
|
D | SubtargetEmitter.cpp | 565 void SubtargetEmitter::EmitData(raw_ostream &OS) { in EmitData() function in SubtargetEmitter 664 EmitData(OS); in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 47 bool EmitData; member
|
/external/llvm/include/llvm/Transforms/ |
D | Instrumentation.h | 58 bool EmitData; member
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { in EmitData() function in DwarfAccelTable 258 EmitData(Asm, D); in emit()
|
D | DwarfAccelTable.h | 225 void EmitData(AsmPrinter *, DwarfDebug *D);
|
/external/vixl/test/ |
D | test-code-buffer.cc | 109 buffer.EmitData(&base_value, 7); in TEST()
|
/external/vixl/src/ |
D | code-buffer-vixl.cc | 122 void CodeBuffer::EmitData(const void* data, size_t size) { in EmitData() function in vixl::CodeBuffer
|
D | code-buffer-vixl.h | 124 void EmitData(const void* data, size_t size);
|
/external/vixl/src/aarch32/ |
D | location-aarch32.cc | 149 assembler->GetBuffer()->EmitData(GetDataAddress(), GetSize()); in EmitPoolObject()
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 192 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit() 199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 192 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit() 199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second); in Emit()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 57 Options.EmitData = true; in getDefault() 78 assert((Options.EmitNotes || Options.EmitData) && in GCOVProfiler() 459 if (Options.EmitData) return emitProfileArcs(); in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 60 Options.EmitData = true; in getDefault() 81 assert((Options.EmitNotes || Options.EmitData) && in GCOVProfiler() 485 if (Options.EmitData) return emitProfileArcs(); in runOnModule()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) { in EmitData() function in llvm::InstrProfRecordWriterTrait
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 679 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, in EmitData() function in __anon73fda0210711::IdentifierIndexWriterTrait
|
D | ASTWriter.cpp | 1760 void EmitData(raw_ostream &Out, key_type_ref key, in EmitData() function in __anonf68f28d70311::HeaderFileInfoTrait 2921 void EmitData(raw_ostream& Out, key_type_ref, in EmitData() function in __anonf68f28d70511::ASTMethodPoolTrait 3236 void EmitData(raw_ostream& Out, IdentifierInfo* II, in EmitData() function in __anonf68f28d70611::ASTIdentifierTableTrait 3502 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData() function in __anonf68f28d70711::ASTDeclContextNameLookupTrait
|
/external/v8/src/arm64/ |
D | assembler-arm64.h | 2831 void dc8(uint8_t data) { EmitData(&data, sizeof(data)); } in dc8() 2834 void dc32(uint32_t data) { EmitData(&data, sizeof(data)); } in dc32() 2837 void dc64(uint64_t data) { EmitData(&data, sizeof(data)); } in dc64() 3429 void EmitData(void const * data, unsigned size) { in EmitData() function
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 469 Options.EmitData = CodeGenOpts.EmitGcovArcs; in CreatePasses()
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 749 __ GetBuffer()->EmitData("a", 1); in TEST() 751 __ GetBuffer()->EmitData("b", 1); in TEST() 753 __ GetBuffer()->EmitData("c", 1); in TEST() 755 __ GetBuffer()->EmitData("d", 1); in TEST()
|