HomeSort by: relevance | last modified time | path
    Searched refs:DebugFlag (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Debug.h 44 /// option were specified. Note that DebugFlag also needs to be set to true for
50 /// -debug-only=X,Y,Z option were specified. Note that DebugFlag
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
79 extern bool DebugFlag;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Debug.cpp 43 bool DebugFlag = false;
63 /// option were specified. Note that DebugFlag also needs to be set to true for
86 cl::location(DebugFlag));
104 DebugFlag = true;
139 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) {
140 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0)
  /src/usr.sbin/mopd/mopd/
mopd.c 60 int DebugFlag = 0; /* print debugging messages */
87 DebugFlag++;
118 if ((!ForegroundFlag) && DebugFlag)
122 if ((!ForegroundFlag) && (!DebugFlag)) {
process.c 46 extern int DebugFlag;
184 if (DebugFlag == DEBUG_ONELINE) {
188 if (DebugFlag >= DEBUG_HEADER) {
193 if (DebugFlag >= DEBUG_INFO) {
198 if (DebugFlag) {
288 if (DebugFlag == DEBUG_ONELINE) {
292 if (DebugFlag >= DEBUG_HEADER) {
297 if (DebugFlag >= DEBUG_INFO) {
302 if (DebugFlag) {
406 if (DebugFlag == DEBUG_ONELINE)
    [all...]
  /src/usr.sbin/mopd/moptrace/
moptrace.c 60 int DebugFlag = 0; /* print debugging messages */
85 DebugFlag++;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE);
HexagonConstPropagation.cpp 2804 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE);

Completed in 21 milliseconds