Searched refs:DirectCall (Results 1 – 11 of 11) sorted by relevance
61 CHECK: [Probe]: FUNC: foo Index: 8 Type: DirectCall65 CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall67 CHECK: [Probe]: FUNC: main Index: 2 Type: DirectCall80 CHECK: Address: 0x2017bc FUNC: foo Index: 8 Type: DirectCall84 CHECK: Address: 0x2017d5 FUNC: foo Index: 9 Type: DirectCall86 CHECK: Address: 0x2017f4 FUNC: main Index: 2 Type: DirectCall105 CHECK-NEXT: [Probe]: FUNC: foo Index: 8 Type: DirectCall109 CHECK-NEXT: [Probe]: FUNC: foo Index: 9 Type: DirectCall113 CHECK-NEXT: [Probe]: FUNC: main Index: 2 Type: DirectCall
67 CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall81 CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:299 CHECK: Address: 0x2017e2 FUNC: foo Index: 9 Type: DirectCall113 CHECK: Address: 0x201862 FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2136 CHECK-NEXT: [Probe]: FUNC: foo Index: 9 Type: DirectCall156 CHECK-NEXT: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
105 MCInst DirectCall; in createNewRetpoline() local 106 MIB.createDirectCall(DirectCall, BB2.getLabel(), &Ctx, /*IsTailCall*/ false); in createNewRetpoline() 107 BB0.addInstruction(DirectCall); in createNewRetpoline()
49 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall80 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
7 ; CHECK: [Probe]: FUNC: quick_sort Index: 5 Type: DirectCall
55 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles() 56 CallesNames.insert(DirectCall->getName()); in findCalles() 57 if (auto DirectCall = dyn_cast<Function>(CalledValue)) findCalles() local
29 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enumerator
153 return Type == static_cast<uint8_t>(PseudoProbeType::DirectCall);
1269 InstructionListType createIndirectPLTCall(MCInst &&DirectCall, in createShortJmp() 1272 const bool IsTailCall = isTailCall(DirectCall); in createShortJmp() 1273 assert((DirectCall.getOpcode() == AArch64::BL || in createShortJmp() 1274 (DirectCall.getOpcode() == AArch64::B && IsTailCall)) && in createShortJmp() 1303 moveAnnotations(std::move(DirectCall), InstCall); in matchLinkerVeneer() 1078 createIndirectPltCall(const MCInst & DirectCall,const MCSymbol * TargetLocation,MCContext * Ctx) createIndirectPltCall() argument
426 ? (uint32_t)PseudoProbeType::DirectCall in instrumentOneFunc()
307 define void @DirectCall() {308 ; CHECK-LABEL: @DirectCall dso_preemptable{{$}}