LLVM API Documentation

Public Member Functions
llvm::X86ELFMCAsmInfo Class Reference

#include <X86MCAsmInfo.h>

Inheritance diagram for llvm::X86ELFMCAsmInfo:
Inheritance graph
[legend]
Collaboration diagram for llvm::X86ELFMCAsmInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 X86ELFMCAsmInfo (const Triple &Triple)
const MCSectiongetNonexecutableStackSection (MCContext &Ctx) const override

Detailed Description

Definition at line 38 of file X86MCAsmInfo.h.


Constructor & Destructor Documentation

X86ELFMCAsmInfo::X86ELFMCAsmInfo ( const Triple Triple) [explicit]

Member Function Documentation

Targets can implement this method to specify a section to switch to if the translation unit doesn't have any trampolines that require an executable stack.

Reimplemented from llvm::MCAsmInfo.

Definition at line 134 of file X86MCAsmInfo.cpp.

References llvm::MCContext::getELFSection(), llvm::SectionKind::getMetadata(), and llvm::ELF::SHT_PROGBITS.


The documentation for this class was generated from the following files: