Searched refs:IsInvoke (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | Instrumentation.h | 57 bool IsInvoke); 89 uint32_t ToOffset, bool IsLeaf, bool IsInvoke,
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Instrumentation.cpp | 102 uint32_t To, bool IsInvoke) { in createCallDescription() argument 108 bool ForceInstrumentation = opts::ConservativeInstrumentation || IsInvoke; in createCallDescription() 234 BinaryBasicBlock *TargetBB, uint32_t ToOffset, bool IsLeaf, bool IsInvoke, in instrumentOneTarget() argument 241 ToFunc, ToOffset, IsInvoke); in instrumentOneTarget()
|