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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/
Instrumentation.h 31 ModulePass *createGCOVProfilerPass(bool EmitNotes = true, bool EmitData = true,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.h 54 void EmitData(raw_ostream &OS);
SubtargetEmitter.cpp 563 // EmitData - Emits all stages and itineries, folding common patterns.
565 void SubtargetEmitter::EmitData(raw_ostream &OS) {
664 EmitData(OS);
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 58 bool EmitData;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 46 : ModulePass(ID), EmitNotes(true), EmitData(true), Use402Format(false) {
49 GCOVProfiler(bool EmitNotes, bool EmitData, bool use402Format = false)
50 : ModulePass(ID), EmitNotes(EmitNotes), EmitData(EmitData),
52 assert((EmitNotes || EmitData) && "GCOVProfiler asked to do nothing?");
95 bool EmitData;
107 ModulePass *llvm::createGCOVProfilerPass(bool EmitNotes, bool EmitData,
109 return new GCOVProfiler(EmitNotes, EmitData, Use402Format);
348 if (EmitData) return emitProfileArcs();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 60 bool EmitData;
  /external/clang/lib/Frontend/
CacheTokens.cpp 83 void EmitData(raw_ostream& Out) {
151 static void EmitData(raw_ostream& Out, PTHEntryKeyVariant V,
164 V.EmitData(Out);
640 static void EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 225 void EmitData(AsmPrinter *, DwarfDebug *D);
DwarfAccelTable.cpp 206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) {
258 EmitData(Asm, D);
  /external/vixl/src/
code-buffer-vixl.cc 122 void CodeBuffer::EmitData(const void* data, size_t size) {
code-buffer-vixl.h 122 void EmitData(const void* data, size_t size);
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 54 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
192 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
199 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
191 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
198 InfoObj.EmitData(Out, I->Key, I->Data, Len.second);

Completed in 657 milliseconds

1 2