Return the section used to emit the given machine basic block.

Synopsis

Declared in <llvm/Target/TargetLoweringObjectFile.h>

virtual
MCSection*
getSectionForMachineBasicBlock(
    Function const& F,
    MachineBasicBlock const& MBB,
    TargetMachine const& TM) const;

Return Value

The section used to emit MBB.

Parameters

Name

Description

F

Function containing MBB.

MBB

Machine basic block whose section is requested.

TM

Target machine whose sectioning conventions apply.

Created with MrDocs