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

  /external/llvm/lib/Support/
Debug.cpp 42 bool DebugFlag = false;
62 /// option were specified. Note that DebugFlag also needs to be set to true for
79 cl::location(DebugFlag));
97 DebugFlag = true;
132 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) {
133 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0)
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Debug.cpp 42 bool DebugFlag = false;
62 /// option were specified. Note that DebugFlag also needs to be set to true for
79 cl::location(DebugFlag));
97 DebugFlag = true;
132 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) {
133 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0)
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.h 135 DEBUG_AGENT_FLAG DebugFlag;
DebugAgent.c 354 Mailbox->ToBeCheckSum = Mailbox->CheckSum + CalculateSum8 ((UINT8 *)&Mailbox->DebugFlag.Uint64, sizeof(UINT64))
356 Mailbox->DebugFlag.Uint64 = Value;
486 Data64 = (Mailbox->DebugFlag.Uint64 & ~FlagMask) |
505 UINT32 DebugFlag;
508 DebugFlag = (UINT32) RShiftU64 (Mailbox->DebugFlag.Uint64 & FlagMask, LowBitSet64 (FlagMask));
510 return DebugFlag;
    [all...]

Completed in 113 milliseconds