Searched refs:DirectCall (Results 1 – 7 of 7) sorted by relevance
106 MCInst DirectCall; in createNewRetpoline() local107 MIB.createDirectCall(DirectCall, BB2.getLabel(), &Ctx, /*IsTailCall*/ false); in createNewRetpoline()108 BB0.addInstruction(DirectCall); in createNewRetpoline()
27 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enumerator
49 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall80 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
58 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles() local59 CallesNames.insert(DirectCall->getName()); in findCalles()
134 return Type == static_cast<uint8_t>(PseudoProbeType::DirectCall); in isDirectCall()
351 ? (uint32_t)PseudoProbeType::DirectCall in instrumentOneFunc()
322 define void @DirectCall() {323 ; CHECK-LABEL: @DirectCall dso_preemptable{{$}}