Skip to content

Outliner::generateLibSourceFileName

the lib source file's name convention is rose_input_lib.[c|cxx].

Synopsis

Declared in <src/midend/programTransformation/astOutlining/Outliner.hh>

[[visibility]]
std::string
generateLibSourceFileName(SgBasicBlock* target);

Description

target is the input code block for outlining. It provides SgProject and input file name info.

Parameters

Name

Description

target

This class represents the concept of a block (not a basic block from control flow analysis).

Created with MrDocs