Home
last modified time | relevance | path

Searched defs:IndirectCall (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPseudoProbe.h28 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp27 bool IndirectCall = false) { in findBBwithCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp255 MachineInstr &IndirectCall = *MBBI; in ConvertIndirectCallToIndirectJump() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1895 auto *IndirectCall = CallInst::Create(FnTy, DevirtFnAddr, Null, "", InsertPt); in prepareForSplit() local