Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp508 assert(!BF.isInjected() && in emitConstantIslands()
H A DBinaryFunction.cpp377 if (CalleeBF->isInjected()) in isForwardCall()
4039 assert(!isInjected() && "injected function should be emitted"); in updateOutputValues()
4049 if (BC.HasRelocations || isInjected()) { in updateOutputValues()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1044 bool isInjected() const { return IsInjected; } in isInjected() function