LLVM
15.0.0git
include
llvm
MC
MCAsmInfoDarwin.h
Go to the documentation of this file.
1
//===- MCAsmInfoDarwin.h - Darwin asm properties ----------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file defines target asm properties related what form asm statements
10
// should take in general on Darwin-based targets
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef LLVM_MC_MCASMINFODARWIN_H
15
#define LLVM_MC_MCASMINFODARWIN_H
16
17
#include "
llvm/MC/MCAsmInfo.h
"
18
19
namespace
llvm
{
20
21
class
MCAsmInfoDarwin
:
public
MCAsmInfo
{
22
public
:
23
explicit
MCAsmInfoDarwin
();
24
25
bool
isSectionAtomizableBySymbols
(
const
MCSection
&Section)
const override
;
26
};
27
28
}
// end namespace llvm
29
30
#endif // LLVM_MC_MCASMINFODARWIN_H
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:17
llvm::MCAsmInfo
This class is intended to be used as a base class for asm properties and features specific to the tar...
Definition:
MCAsmInfo.h:56
llvm::MCAsmInfoDarwin::isSectionAtomizableBySymbols
bool isSectionAtomizableBySymbols(const MCSection &Section) const override
True if the section is atomized using the symbols in it.
Definition:
MCAsmInfoDarwin.cpp:21
llvm::MCAsmInfoDarwin
Definition:
MCAsmInfoDarwin.h:21
MCAsmInfo.h
llvm::MCSection
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Definition:
MCSection.h:39
llvm::MCAsmInfoDarwin::MCAsmInfoDarwin
MCAsmInfoDarwin()
Definition:
MCAsmInfoDarwin.cpp:58
Generated on Sun May 22 2022 23:22:46 for LLVM by
1.8.17