Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.h48 void emitTablesAsELFNote(BinaryContext &BC);
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp230 emitTablesAsELFNote(BC); in link()
324 void InstrumentationRuntimeLibrary::emitTablesAsELFNote(BinaryContext &BC) { in emitTablesAsELFNote() function in InstrumentationRuntimeLibrary