Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp117 PatchFunction->setOriginSection(Patch.Section); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1041 void setOriginSection(BinarySection *Section) { OriginSection = Section; } in setOriginSection() function