Searched defs:SectionData (Results 1 – 8 of 8) sorted by relevance
296 struct SectionData { struct297 StringRef Data;298 uint64_t Address;300 std::error_code load(SectionRef &Section) { in load()307 std::error_code get(uint64_t Pointer, size_t Size, StringRef &Result) { in get()
58 yaml::BinaryRef SectionData; member
81 cl::opt<bool> SectionData("section-data", variable
223 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); in EmitLocalCommonSymbol() local
298 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { in DefineSection()686 MCSectionData const *SectionData = Fragment->getParent(); in RecordRelocation() local
575 StringRef *SectionData = in DWARFContextInMemory() local
192 StringRef SectionData; in loadObjectImpl() local
814 MCSectionData *SectionData; member