Synopsis

Declared in <llvm/MC/MCSectionSPIRV.h>

class MCSectionSPIRV final
    : public MCSection

Base Classes

Name

Description

MCSection

Instances of this class represent a uniqued identifier for a section in the current translation unit. The MCContext class uniques and creates these.

Types

Member Functions

Name

Description

operator= [deleted]

Copy assignment operator

begin

curFragList

dump

end

ensureMinAlignment

Makes sure that Alignment is at least MinAlignment.

firstLinkerRelaxable

getAlign

getBeginSymbol

getDummyFragment

getEndSymbol

getName

getOrdinal

hasEnded

hasInstructions

isBssSection

Check whether this section is "virtual", that is has no actual object file contents.

isLinkerRelaxable

isRegistered

isText

setAlignment

setBeginSymbol

setFirstLinkerRelaxable

setHasInstructions

setIsRegistered

setOrdinal

Static Data Members

Protected Data Members

Name

Name

Friends

Name

Description

llvm::MCContext

Context object for machine code objects. This class owns all of the sections that it creates.

Created with MrDocs