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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 61 this->EmitState = Emitted;
75 case Emitted:
92 EmitState = Emitted;
109 enum { NotEmitted, Emitting, Emitted } EmitState;
149 // We don't need the mangled names set any more: Once we've emitted this
  /external/clang/lib/Basic/
Diagnostic.cpp 352 bool Emitted;
360 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
361 if (Emitted) {
368 Emitted = ProcessDiag();
379 return Emitted;
548 /// that applies being emitted. The empty condition is always true, making the
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
NeonEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 115 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
127 /// for export to other blocks need to be emitted before any terminator
252 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
257 bool Emitted;
278 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
285 bool Emitted;
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 328 milliseconds