Home
last modified time | relevance | path

Searched refs:DescStr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp263 std::string BinarySection::encodeELFNote(StringRef NameStr, StringRef DescStr, in encodeELFNote() argument
268 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()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h443 static std::string encodeELFNote(StringRef NameStr, StringRef DescStr,
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4137 std::string DescStr; in addBoltInfoSection() local
4138 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() local
4164 raw_string_ostream DescOS(DescStr); in encodeBATSection()
4170 BinarySection::encodeELFNote("BOLT", DescStr, BinarySection::NT_BOLT_BAT); in encodeBATSection()