struct MCContext::XCOFFSectionKey

Declaration

struct MCContext::XCOFFSectionKey { /* full declaration omitted */ };

Declared at: llvm/include/llvm/MC/MCContext.h:256

Member Variables

public std::string SectionName
public XCOFF::StorageMappingClass MappingClass

Method Overview

  • public XCOFFSectionKey(llvm::StringRef SectionName, XCOFF::StorageMappingClass MappingClass)

Methods

ΒΆXCOFFSectionKey(
    llvm::StringRef SectionName,
    XCOFF::StorageMappingClass MappingClass)

Declared at: llvm/include/llvm/MC/MCContext.h:260

Parameters

llvm::StringRef SectionName
XCOFF::StorageMappingClass MappingClass