Searched refs:DescStr (Results 1 – 3 of 3) sorted by relevance
263 std::string BinarySection::encodeELFNote(StringRef NameStr, StringRef DescStr, in encodeELFNote() argument268 const uint32_t DescSz = DescStr.size(); in encodeELFNote()275 OS << DescStr; in encodeELFNote()276 for (uint64_t I = DescStr.size(); I < alignTo(DescStr.size(), 4); ++I) in encodeELFNote()
443 static std::string encodeELFNote(StringRef NameStr, StringRef DescStr,
4137 std::string DescStr; in addBoltInfoSection() local4138 raw_string_ostream DescOS(DescStr); in addBoltInfoSection()4148 BinarySection::encodeELFNote("GNU", DescStr, 4 /*NT_GNU_GOLD_VERSION*/); in addBoltInfoSection()4163 std::string DescStr; in encodeBATSection() local4164 raw_string_ostream DescOS(DescStr); in encodeBATSection()4170 BinarySection::encodeELFNote("BOLT", DescStr, BinarySection::NT_BOLT_BAT); in encodeBATSection()