Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp519 return registerFragment(BF, *TargetBF); in analyzeJumpTable()
522 return TargetBF->isFragment() && registerFragment(*TargetBF, BF); in analyzeJumpTable()
1120 bool BinaryContext::registerFragment(BinaryFunction &TargetFunction, in registerFragment() function in llvm::bolt::BinaryContext
1249 !registerFragment(*TargetFunction, Function)) { in processInterproceduralReferences()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h901 bool registerFragment(BinaryFunction &TargetFunction,