Returns true if IR for FunctionName should be printed.
Synopsis
Declared in <llvm/IR/PrintPasses.h>
bool
isFunctionInPrintList(StringRef FunctionName);
Return Value
True if IR for FunctionName should be printed.
Parameters
Name |
Description |
FunctionName |
Function name to test against |
Created with MrDocs