Searched refs:DebugFlag (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h44 /// 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;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp43 bool DebugFlag = false; member in namespace:llvm
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)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE);
H A DHexagonConstPropagation.cpp2799 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE);

Completed in 167 milliseconds