File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,18 @@ class raw_ostream;
4040// / specified on the command line, or if none was specified on the command line
4141// / with the -debug-only=X option.
4242// /
43- bool isCurrentDebugType (const char *Type);
43+ LLVM_ABI bool isCurrentDebugType (const char *Type);
4444
4545// / setCurrentDebugType - Set the current debug type, as if the -debug-only=X
4646// / option were specified. Note that DebugFlag also needs to be set to true for
4747// / debug output to be produced.
48- // /
49- void setCurrentDebugType (const char *Type);
48+ LLVM_ABI void setCurrentDebugType (const char *Type);
5049
5150// / setCurrentDebugTypes - Set the current debug type, as if the
5251// / -debug-only=X,Y,Z option were specified. Note that DebugFlag
5352// / also needs to be set to true for debug output to be produced.
5453// /
55- void setCurrentDebugTypes (const char **Types, unsigned Count);
54+ LLVM_ABI void setCurrentDebugTypes (const char **Types, unsigned Count);
5655
5756// / DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
5857// / information. If the '-debug' option is specified on the commandline, and if
You can’t perform that action at this time.
0 commit comments