/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 21 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 …]
|
D | MCSection.h | 27 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
|
D | MCContext.h | 25 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 …]
|
D | MCStreamer.h | 31 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 …]
|
D | MCSymbol.h | 22 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()
|
D | MCSectionCOFF.h | 24 class MCSectionCOFF : public MCSection { 40 : MCSection(SV_COFF, K), SectionName(Section), in MCSectionCOFF() 61 static bool classof(const MCSection *S) { in classof()
|
D | MCSectionELF.h | 27 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()
|
D | MCAsmBackend.h | 27 class MCSection; variable 70 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols() 78 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
|
D | MCSectionMachO.h | 25 class MCSectionMachO : public MCSection { 174 static bool classof(const MCSection *S) { in classof()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 49 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 …]
|
D | NVPTXSection.h | 26 class NVPTXSection : public MCSection { 29 NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {} in NVPTXSection()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 27 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/ |
D | TargetLoweringObjectFile.h | 28 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/ |
D | MipsTargetObjectFile.h | 18 const MCSection *SmallDataSection; 19 const MCSection *SmallBSSSection; 32 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeTargetObjectFile.h | 18 const MCSection *SmallDataSection; 19 const MCSection *SmallBSSSection; 33 const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
|
/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 69 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()
|
D | MCSymbol.cpp | 17 const MCSection *MCSymbol::AbsolutePseudoSection = 18 reinterpret_cast<const MCSection *>(1); 60 const MCSection *Section = Value->FindAssociatedSection(); in setVariableValue()
|
D | MCSection.cpp | 20 MCSection::~MCSection() { in ~MCSection()
|
D | MCNullStreamer.cpp | 31 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()
|
D | MCWin64EH.cpp | 207 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()
|
D | MCObjectWriter.cpp | 52 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() 53 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl()
|
D | MCELFStreamer.cpp | 57 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/ |
D | ARMTargetObjectFile.h | 22 const MCSection *AttributesSection; 31 virtual const MCSection *getAttributesSection() const { in getAttributesSection()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 75 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/ |
D | TargetLoweringObjectFile.cpp | 244 const MCSection *TargetLoweringObjectFile:: 258 const MCSection * 280 const MCSection *
|