HomeSort by relevance Sort by last modified time
    Searched refs:MCSection (Results 1 - 25 of 411) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/MC/
MCSection.cpp 1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
10 #include "llvm/MC/MCSection.h"
17 // MCSection
20 MCSection::~MCSection() {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 23 class MCSection;
53 const MCSection *TextSection;
57 const MCSection *DataSection;
60 const MCSection *BSSSection;
66 const MCSection *ReadOnlySection;
70 const MCSection *StaticCtorSection;
74 const MCSection *StaticDtorSection;
78 const MCSection *LSDASection;
83 const MCSection *CompactUnwindSection;
87 const MCSection *DwarfAbbrevSection
    [all...]
MCSection.h 1 //===- MCSection.h - Machine Code Sections ----------------------*- C++ -*-===//
10 // This file declares the MCSection class.
26 /// MCSection - Instances of this class represent a uniqued identifier for a
29 class MCSection {
38 MCSection(const MCSection&); // DO NOT IMPLEMENT
39 void operator=(const MCSection&); // DO NOT IMPLEMENT
41 MCSection(SectionVariant V, SectionKind K) : Variant(V), Kind(K) {}
45 virtual ~MCSection();
70 static bool classof(const MCSection *) { return true;
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
69 MCSection *StaticCtorSection;
72 MCSection *StaticDtorSection;
76 MCSection *LSDASection;
81 MCSection *CompactUnwindSection;
85 MCSection *DwarfAbbrevSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
MCSection.h 1 //===- MCSection.h - Machine Code Sections ----------------------*- C++ -*-===//
10 // This file declares the MCSection class.
30 class MCSection;
48 class MCSection {
68 MCSection(const MCSection &) = delete;
69 void operator=(const MCSection &) = delete;
104 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin);
107 ~MCSection();
116 return const_cast<MCSection *>(this)->getBeginSymbol()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectFileInfo.h 22 class MCSection;
54 MCSection *TextSection;
57 MCSection *DataSection;
60 MCSection *BSSSection;
66 MCSection *ReadOnlySection;
70 MCSection *LSDASection;
75 MCSection *CompactUnwindSection;
79 MCSection *DwarfAbbrevSection;
80 MCSection *DwarfInfoSection;
81 MCSection *DwarfLineSection
    [all...]
MCAsmLayout.h 19 class MCSection;
33 llvm::SmallVector<MCSection *, 16> SectionOrder;
38 mutable DenseMap<const MCSection *, MCFragment *> LastValidFragment;
66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
89 uint64_t getSectionFileSize(const MCSection *Sec) const;
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 20 MCSection *BSSSectionLarge;
21 MCSection *DataSectionLarge;
22 MCSection *ReadOnlySectionLarge;
23 MCSection *DataRelROSectionLarge;
28 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
32 MCSection *SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
36 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind,
  /external/llvm/lib/MC/
MCSection.cpp 1 //===- lib/MC/MCSection.cpp - Machine Code Section Representation ---------===//
10 #include "llvm/MC/MCSection.h"
19 // MCSection
22 MCSection::MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin)
26 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) {
32 bool MCSection::hasEnded() const { return End && End->isInSection(); }
34 MCSection::~MCSection() {
37 void MCSection::setBundleLockState(BundleLockStateType NewState)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 50 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText());
51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData());
52 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS());
54 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly());
57 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
59 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
61 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
63 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
65 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata());
67 new NVPTXSection(MCSection::SV_ELF, SectionKind::getMetadata())
    [all...]

Completed in 556 milliseconds

1 2 3 4 5 6 7 8 91011>>