Lines Matching defs:Contents
594 /// \brief Emit the debug_range section contents for \p FuncRange by
633 /// if \p DoDebugRanges is true the debug_range contents for a
661 sizeof(int32_t) + // Size of contents (w/o this field
988 /// \brief Link the contents of the DebugMap.
1377 StringRef Contents;
1378 Section.getContents(Contents);
1379 DataExtractor Data(Contents, Obj.isLittleEndian(), 0);