Outliner::getLibSourceFile
Obtain the file handle to the separated source file storing outlined functions. This file will be compiled to .so dynamically loadable library. target is the input code block for outlining. It provides SgProject and input file name info. the lib source file's name convention is rose_input_lib.[c|cxx].
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>
[[visibility]]
SgSourceFile*
getLibSourceFile(SgBasicBlock* target);
Parameters
Name |
Description |
target |
This class represents the concept of a block (not a basic block from control flow analysis). |
Created with MrDocs