Home
last modified time | relevance | path

Searched refs:MCSection (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h21 class MCSection; variable
55 const MCSection *TextSection;
59 const MCSection *DataSection;
62 const MCSection *BSSSection;
68 const MCSection *ReadOnlySection;
72 const MCSection *StaticCtorSection;
76 const MCSection *StaticDtorSection;
80 const MCSection *LSDASection;
85 const MCSection *CompactUnwindSection;
90 const MCSection *DwarfAccelNamesSection;
[all …]
DMCSection.h27 class MCSection {
37 MCSection(const MCSection&) LLVM_DELETED_FUNCTION;
38 void operator=(const MCSection&) LLVM_DELETED_FUNCTION;
40 MCSection(SectionVariant V, SectionKind K) : Variant(V), Kind(K) {} in MCSection() function
44 virtual ~MCSection();
69 static bool classof(const MCSection *) { return true; } in classof() argument
DMCContext.h25 class MCSection; variable
114 const MCSection *GenDwarfSection;
133 DenseMap<const MCSection *, MCLineSection *> MCLineSections;
136 std::vector<const MCSection *> MCLineSectionOrder;
223 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics,
226 const MCSection *getCOFFSection(StringRef Section, unsigned Characteristics, in getCOFFSection()
254 const DenseMap<const MCSection *, MCLineSection *>
258 const std::vector<const MCSection *> &getMCLineSectionOrder() const { in getMCLineSectionOrder()
261 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection()
290 const MCSection *getGenDwarfSection() { return GenDwarfSection; } in getGenDwarfSection()
[all …]
DMCStreamer.h31 class MCSection; variable
69 SmallVector<std::pair<const MCSection *,
70 const MCSection *>, 4> SectionStack;
149 const MCSection *getCurrentSection() const { in getCurrentSection()
157 const MCSection *getPreviousSection() const { in getPreviousSection()
167 virtual void ChangeSection(const MCSection *) = 0;
183 const MCSection *oldSection = SectionStack.pop_back_val().first; in PopSection()
184 const MCSection *curSection = SectionStack.back().first; in PopSection()
195 void SwitchSection(const MCSection *Section) { in SwitchSection()
197 const MCSection *curSection = SectionStack.back().first; in SwitchSection()
[all …]
DMCSymbol.h22 class MCSection; variable
37 static const MCSection *AbsolutePseudoSection;
46 const MCSection *Section;
111 const MCSection &getSection() const { in getSection()
117 void setSection(const MCSection &S) { Section = &S; } in setSection()
DMCSectionCOFF.h24 class MCSectionCOFF : public MCSection {
40 : MCSection(SV_COFF, K), SectionName(Section), in MCSectionCOFF()
61 static bool classof(const MCSection *S) { in classof()
DMCSectionELF.h27 class MCSectionELF : public MCSection {
50 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags), in MCSectionELF()
76 static bool classof(const MCSection *S) { in classof()
DMCAsmBackend.h27 class MCSection; variable
70 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols()
78 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
DMCSectionMachO.h25 class MCSectionMachO : public MCSection {
174 static bool classof(const MCSection *S) { in classof()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h49 TextSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
51 DataSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
53 BSSSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
55 ReadOnlySection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
58 StaticCtorSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
60 StaticDtorSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
62 LSDASection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
64 EHFrameSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
66 DwarfAbbrevSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
68 DwarfInfoSection = new NVPTXSection(MCSection::SV_ELF, in Initialize()
[all …]
DNVPTXSection.h26 class NVPTXSection : public MCSection {
29 NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {} in NVPTXSection()
/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h27 class MCSection; variable
47 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
50 virtual const MCSection *
54 virtual const MCSection *
72 virtual const MCSection *
74 virtual const MCSection *
90 virtual const MCSection *
94 virtual const MCSection *
98 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
125 virtual const MCSection *
[all …]
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h28 class MCSection; variable
72 virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
82 const MCSection *SectionForGlobal(const GlobalValue *GV,
89 const MCSection *SectionForGlobal(const GlobalValue *GV, in SectionForGlobal()
98 virtual const MCSection *
104 virtual const MCSection *
128 virtual const MCSection *
133 virtual const MCSection *
140 virtual const MCSection *
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.h18 const MCSection *SmallDataSection;
19 const MCSection *SmallBSSSection;
32 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetObjectFile.h18 const MCSection *SmallDataSection;
19 const MCSection *SmallBSSSection;
33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp69 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
71 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
152 const MCSection *Section = MCStreamer::getContext().getCOFFSection( in AddCommonSymbol()
194 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitAssignment()
238 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitSymbolAttribute()
264 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in BeginCOFFSymbolDef()
313 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitCommonSymbol()
321 ? Symbol->getSection().getVariant() == MCSection::SV_COFF in EmitLocalCommonSymbol()
326 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
331 void WinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCSymbol.cpp17 const MCSection *MCSymbol::AbsolutePseudoSection =
18 reinterpret_cast<const MCSection *>(1);
60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue()
DMCSection.cpp20 MCSection::~MCSection() { in ~MCSection()
DMCNullStreamer.cpp31 virtual void ChangeSection(const MCSection *Section) { in ChangeSection()
65 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill()
67 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCWin64EH.cpp207 const MCSection *section = &func->getSection(); in GetSectionSuffix()
224 static const MCSection *getWin64EHTableSection(StringRef suffix, in getWin64EHTableSection()
235 static const MCSection *getWin64EHFuncTableSection(StringRef suffix, in getWin64EHFuncTableSection()
250 const MCSection *xdataSect = in EmitUnwindInfo()
262 const MCSection *xdataSect = in Emit()
270 const MCSection *pdataSect = in Emit()
DMCObjectWriter.cpp52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
53 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
DMCELFStreamer.cpp57 virtual void ChangeSection(const MCSection *Section);
93 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, in EmitZerofill()
97 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
207 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection()
332 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol()
498 const MCSection &Section = Symbol.getSection(); in FinishImpl()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.h22 const MCSection *AttributesSection;
31 virtual const MCSection *getAttributesSection() const { in getAttributesSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp75 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue()
174 const MCSection *TargetLoweringObjectFileELF::
207 const MCSection *TargetLoweringObjectFileELF::
301 const MCSection *TargetLoweringObjectFileELF::
346 const MCSection *
366 const MCSection *
465 const MCSection *TargetLoweringObjectFileMachO::
504 const MCSection *TargetLoweringObjectFileMachO::
568 const MCSection *
701 const MCSection *TargetLoweringObjectFileCOFF::
[all …]
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp244 const MCSection *TargetLoweringObjectFile::
258 const MCSection *
280 const MCSection *

123