Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp553 ErrorOr<BinarySection &> SetupSection = in runOnFunctions() local
555 if (!SetupSection) { in runOnFunctions()
560 "__bolt_instr_setup", SetupSection->getAddress(), 0, 0); in runOnFunctions()