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

/external/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h58 yaml::BinaryRef SectionData; member in struct:llvm::COFFYAML::Section
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFStreamer.cpp154 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); local
156 if (SectionData.getAlignment() < ByteAlignment)
157 SectionData.setAlignment(ByteAlignment);
164 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, &SectionData);
166 SymbolData.setFragment(new MCFillFragment(0, 0, Size, &SectionData));
H A DWinCOFFObjectWriter.cpp152 void DefineSection(MCSectionData const &SectionData);
364 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { argument
365 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
369 static_cast<MCSectionCOFF const &>(SectionData.getSection());
387 switch (SectionData.getAlignment()) {
407 coff_section->MCData = &SectionData;
408 SectionMap[&SectionData.getSection()] = coff_section;
646 MCSectionData const *SectionData = Fragment->getParent(); local
649 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
654 COFFSection *coff_section = SectionMap[&SectionData
[all...]
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp691 StringRef *SectionData = local
723 if (SectionData) {
724 *SectionData = data;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp357 virtual void registerEHFrames(llvm::StringRef SectionData) { argument
358 mgr()->registerEHFrames(SectionData);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAssembler.h511 // FIXME: Same concerns as with SectionData.
637 MCSectionData *SectionData; member in struct:llvm::IndirectSymbolData

Completed in 265 milliseconds