File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,19 +40,19 @@ 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.
4848// /
49- void setCurrentDebugType (const char *Type);
49+ LLVM_ABI void setCurrentDebugType (const char *Type);
5050
5151// / setCurrentDebugTypes - Set the current debug type, as if the
5252// / -debug-only=X,Y,Z option were specified. Note that DebugFlag
5353// / also needs to be set to true for debug output to be produced.
5454// /
55- void setCurrentDebugTypes (const char **Types, unsigned Count);
55+ LLVM_ABI void setCurrentDebugTypes (const char **Types, unsigned Count);
5656
5757// / DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
5858// / information. If the '-debug' option is specified on the commandline, and if
You can’t perform that action at this time.
0 commit comments