Searched defs:SecData (Results 1 – 5 of 5) sorted by relevance
18 static const char SecData[] = "\x33\x22\x11"; // Truncated DWARF32 length in TEST() local37 static const char SecData[] = in TEST() local58 static const char SecData[] = "\x02\x00\x00\x00" // Length in TEST() local77 static const char SecData[] = "\x10\x00\x00\x00" // Length in TEST() local
190 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
153 Expected<StringRef> SecData = Sec.getContents(); in setConfigToAddNewDebugSections() local
65 SecData = 1 << 6, enumerator
3132 readMipsOptions(const uint8_t *SecBegin, ArrayRef<uint8_t> &SecData, in readMipsOptions()