Searched refs:MCSectionELF (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.h14 #include "llvm/MC/MCSectionELF.h"
19 const MCSectionELF *SmallDataSection;
20 const MCSectionELF *SmallBSSSection;
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCSectionELF.cpp1 //===- lib/MC/MCSectionELF.cpp - ELF Code Section Representation ----------===//
10 #include "llvm/MC/MCSectionELF.h"
20 MCSectionELF::~MCSectionELF() {} // anchor.
24 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name,
58 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI,
153 bool MCSectionELF::UseCodeAlign() const {
157 bool MCSectionELF::isVirtualSection() const {
161 unsigned MCSectionELF::DetermineEntrySize(SectionKind Kind) {
H A DELFObjectWriter.cpp29 #include "llvm/MC/MCSectionELF.h"
60 const MCSectionELF &Section);
245 typedef DenseMap<const MCSectionELF*, uint32_t> SectionIndexMapTy;
262 typedef DenseMap<const MCSectionELF*, const MCSymbol*> GroupMapTy;
264 typedef DenseMap<const MCSymbol*, const MCSectionELF*> RevGroupMapTy;
266 typedef DenseMap<const MCSectionELF*, const MCSectionELF*> RelMapTy;
268 typedef DenseMap<const MCSectionELF*, uint64_t> SectionOffsetMapTy;
312 std::vector<const MCSectionELF*> &Sections);
335 const MCSectionELF
[all...]
H A DMCContext.cpp19 #include "llvm/MC/MCSectionELF.h"
36 typedef std::map<SectionGroupPair, const MCSectionELF *> ELFUniqueMapTy;
242 const MCSectionELF *MCContext::
248 const MCSectionELF *MCContext::
257 std::make_pair(SectionGroupPair(Section, Group), (MCSectionELF *)0));
262 EntrySize = MCSectionELF::DetermineEntrySize(Kind);
269 MCSectionELF *Result = new (*this) MCSectionELF(
275 const MCSectionELF *MCContext::CreateELFGroupSection() {
276 MCSectionELF *Resul
[all...]
H A DMCELFStreamer.cpp27 #include "llvm/MC/MCSectionELF.h"
88 const MCSectionELF &Section =
89 static_cast<const MCSectionELF&>(Symbol->getSection());
121 const MCSymbol *Grp = static_cast<const MCSectionELF *>(Section)->getGroup();
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSectionELF.h1 //===- 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 { class in namespace:llvm
50 MCSectionELF(StringRef Section, unsigned type, unsigned flags, function in class:llvm::MCSectionELF
54 ~MCSectionELF();
H A DMCContext.h40 class MCSectionELF;
250 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
253 const MCSectionELF *getELFSection(StringRef Section, unsigned Type,
257 const MCSectionELF *CreateELFGroupSection();
/freebsd-10-stable/lib/clang/libllvmmc/
H A DMakefile46 MCSectionELF.cpp \
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp16 #include "llvm/MC/MCSectionELF.h"
70 const MCSectionELF &Section =
71 static_cast<const MCSectionELF&>(Symbol.getSection());
H A DARMELFStreamer.cpp36 #include "llvm/MC/MCSectionELF.h"
671 const MCSectionELF &FnSection =
672 static_cast<const MCSectionELF &>(Fn.getSection());
682 const MCSectionELF *EHSection = NULL;
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUAsmPrinter.cpp29 #include "llvm/MC/MCSectionELF.h"
64 const MCSectionELF *ConfigSection = Context.getELFSection(".AMDGPU.config",
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp17 #include "llvm/MC/MCSectionELF.h"
476 if (const MCSectionELF *Section =
477 cast_or_null<MCSectionELF>(CurrentSection.first))
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp21 #include "llvm/MC/MCSectionELF.h"
355 const MCSectionELF &ES = static_cast<const MCSectionELF&>(Section);
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp46 #include "llvm/MC/MCSectionELF.h"
735 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".opd",
772 const MCSectionELF *Section = OutStreamer.getContext().getELFSection(".toc",

Completed in 121 milliseconds