Searched defs:SectionData (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
H A DCOFFYAML.h52 yaml::BinaryRef SectionData; member in struct:llvm::COFFYAML::Section
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp202 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); local
203 if (SectionData.getAlignment() < ByteAlignment)
204 SectionData.setAlignment(ByteAlignment);
213 ByteAlignment, &SectionData);
216 new MCFillFragment(/*_Value=*/0, /*_ValueSize=*/0, Size, &SectionData);
H A DWinCOFFObjectWriter.cpp149 void DefineSection(MCSectionData const &SectionData);
341 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { argument
342 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
346 static_cast<MCSectionCOFF const &>(SectionData.getSection());
372 switch (SectionData.getAlignment()) {
392 coff_section->MCData = &SectionData;
393 SectionMap[&SectionData.getSection()] = coff_section;
714 MCSectionData const *SectionData = Fragment->getParent(); local
717 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
722 COFFSection *coff_section = SectionMap[&SectionData
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp652 StringRef *SectionData = local
675 if (SectionData) {
676 *SectionData = data;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp160 StringRef SectionData; local
167 Check(SI->getContents(SectionData));
/external/llvm/include/llvm/MC/
H A DMCAssembler.h685 // FIXME: Same concerns as with SectionData.
811 MCSectionData *SectionData; member in struct:llvm::IndirectSymbolData

Completed in 248 milliseconds