Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp572 ErrorOr<BinarySection &> FiniSection = in runOnFunctions() local
574 if (!FiniSection) { in runOnFunctions()
579 "__bolt_instr_fini", FiniSection->getAddress(), 0, 0); in runOnFunctions()