Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp234 std::string TablesStr; in buildTables() local
235 raw_string_ostream OS(TablesStr); in buildTables()
321 return TablesStr; in buildTables()
325 std::string TablesStr = buildTables(BC); in emitTablesAsELFNote() local
327 "BOLT", TablesStr, BinarySection::NT_BOLT_INSTRUMENTATION_TABLES); in emitTablesAsELFNote()