HomeSort by relevance Sort by last modified time
    Searched refs:EMIT_DEBUG (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/lli/
lli.cpp 176 #define EMIT_DEBUG false
178 #define EMIT_DEBUG true
182 cl::init(EMIT_DEBUG));
183 #undef EMIT_DEBUG
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 189 #define EMIT_DEBUG false
191 #define EMIT_DEBUG true
196 cl::init(EMIT_DEBUG));
197 #undef EMIT_DEBUG
    [all...]

Completed in 56 milliseconds