OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MCSectionELF
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCSectionELF.cpp
1
//===- lib/MC/
MCSectionELF
.cpp - ELF Code Section Representation ----------===//
10
#include "llvm/MC/
MCSectionELF
.h"
20
MCSectionELF
::~
MCSectionELF
() {} // anchor.
24
bool
MCSectionELF
::ShouldOmitSectionDirective(StringRef Name,
35
void
MCSectionELF
::PrintSwitchToSection(const MCAsmInfo &MAI,
142
bool
MCSectionELF
::UseCodeAlign() const {
146
bool
MCSectionELF
::isVirtualSection() const {
150
unsigned
MCSectionELF
::DetermineEntrySize(SectionKind Kind) {
/external/llvm/include/llvm/MC/
MCSectionELF.h
1
//===-
MCSectionELF
.h - ELF Machine Code Sections ---------------*- C++ -*-===//
10
// This file declares the
MCSectionELF
class.
27
///
MCSectionELF
- This represents a section on linux, lots of unix variants
29
class
MCSectionELF
: public MCSection {
50
MCSectionELF
(StringRef Section, unsigned type, unsigned flags,
54
~
MCSectionELF
();
Completed in 665 milliseconds