Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp185 MCSection *TablesSection = BC.Ctx->getMachOSection( in emitBinary() local
187 TablesSection->setAlignment(llvm::Align(BC.RegularPageSize)); in emitBinary()
188 Streamer.switchSection(TablesSection); in emitBinary()