Searched refs:MCSectionCOFF (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 17 MCSectionCOFF::~MCSectionCOFF() {} // anchor. in ~MCSectionCOFF() 21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective() 31 void MCSectionCOFF::setSelection(int Selection, in setSelection() 32 const MCSectionCOFF *Assoc) const { in setSelection() 42 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() 93 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() 97 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
|
D | MCContext.cpp | 32 typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy; 277 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 280 const MCSectionCOFF *Assoc) { in getCOFFSection() 286 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section); in getCOFFSection() 289 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(), in getCOFFSection() 297 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
|
D | CMakeLists.txt | 38 MCSectionCOFF.cpp
|
D | Android.mk | 35 MCSectionCOFF.cpp \
|
D | MCWin64EH.cpp | 208 const MCSectionCOFF *COFFSection; in GetSectionSuffix() 209 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) { in GetSectionSuffix()
|
D | WinCOFFObjectWriter.cpp | 368 MCSectionCOFF const &Sec = in DefineSection() 369 static_cast<MCSectionCOFF const &>(SectionData.getSection()); in DefineSection() 772 const MCSectionCOFF &MCSec = static_cast<const MCSectionCOFF &>( in WriteObject()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 24 class MCSectionCOFF : public MCSection { 42 mutable const MCSectionCOFF *Assoc; 46 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function 47 int Selection, const MCSectionCOFF *Assoc, SectionKind K) in MCSectionCOFF() 56 ~MCSectionCOFF(); 72 const MCSectionCOFF *getAssocSection() const { return Assoc; } in getAssocSection() 74 void setSelection(int Selection, const MCSectionCOFF *Assoc = 0) const;
|
D | MCContext.h | 41 class MCSectionCOFF; variable 259 const MCSectionCOFF *getCOFFSection(StringRef Section, 262 const MCSectionCOFF *Assoc = 0); 264 const MCSectionCOFF *getCOFFSection(StringRef Section);
|
/external/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 436 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>( in ParseDirectiveLinkOnce() 439 const MCSectionCOFF *Assoc = 0; in ParseDirectiveLinkOnce() 446 Assoc = static_cast<const MCSectionCOFF*>( in ParseDirectiveLinkOnce()
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 675 ``MCSectionCOFF``, ``MCSectionELF``) and these are created and uniqued by
|