Home
last modified time | relevance | path

Searched refs:encodeELFNote (Results 1 – 4 of 4) 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() function in BinarySection
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp326 const std::string BoltInfo = BinarySection::encodeELFNote( in emitTablesAsELFNote()
/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.cpp4148 BinarySection::encodeELFNote("GNU", DescStr, 4 /*NT_GNU_GOLD_VERSION*/); in addBoltInfoSection()
4170 BinarySection::encodeELFNote("BOLT", DescStr, BinarySection::NT_BOLT_BAT); in encodeBATSection()