|
LLVM 22.0.0git
|
Functions in this group apply to instructions that refer to call sites and invocations. More...
Functions in this group apply to instructions that refer to call sites and invocations.
These correspond to C++ types in the llvm::CallInst class tree.
| LLVM_C_ABI void LLVMAddCallSiteAttribute | ( | LLVMValueRef | C, |
| LLVMAttributeIndex | Idx, | ||
| LLVMAttributeRef | A ) |
Definition at line 3096 of file Core.cpp.
References A(), llvm::CallingConv::C, and llvm::unwrap().
| LLVM_C_ABI LLVMBasicBlockRef LLVMGetCallBrDefaultDest | ( | LLVMValueRef | CallBr | ) |
Get the default destination of a CallBr instruction.
Definition at line 3204 of file Core.cpp.
References llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI LLVMBasicBlockRef LLVMGetCallBrIndirectDest | ( | LLVMValueRef | CallBr, |
| unsigned | Idx ) |
Get the indirect destination of a CallBr instruction at the given index.
Definition at line 3212 of file Core.cpp.
References llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI unsigned LLVMGetCallBrNumIndirectDests | ( | LLVMValueRef | CallBr | ) |
Get the number of indirect destinations of a CallBr instruction.
Definition at line 3208 of file Core.cpp.
References llvm::unwrap().
| LLVM_C_ABI LLVMTypeRef LLVMGetCalledFunctionType | ( | LLVMValueRef | C | ) |
Obtain the function type called by this instruction.
Definition at line 3144 of file Core.cpp.
References llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI LLVMValueRef LLVMGetCalledValue | ( | LLVMValueRef | Instr | ) |
Obtain the pointer to the function invoked by this instruction.
This expects an LLVMValueRef that corresponds to a llvm::CallInst or llvm::InvokeInst.
Definition at line 3140 of file Core.cpp.
References llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI unsigned LLVMGetCallSiteAttributeCount | ( | LLVMValueRef | C, |
| LLVMAttributeIndex | Idx ) |
Definition at line 3101 of file Core.cpp.
References llvm::CallingConv::C, Call, and llvm::unwrap().
| LLVM_C_ABI void LLVMGetCallSiteAttributes | ( | LLVMValueRef | C, |
| LLVMAttributeIndex | Idx, | ||
| LLVMAttributeRef * | Attrs ) |
Definition at line 3108 of file Core.cpp.
References A(), llvm::CallingConv::C, Call, llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI LLVMAttributeRef LLVMGetCallSiteEnumAttribute | ( | LLVMValueRef | C, |
| LLVMAttributeIndex | Idx, | ||
| unsigned | KindID ) |
Definition at line 3116 of file Core.cpp.
References llvm::CallingConv::C, llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI LLVMAttributeRef LLVMGetCallSiteStringAttribute | ( | LLVMValueRef | C, |
| LLVMAttributeIndex | Idx, | ||
| const char * | K, | ||
| unsigned | KLen ) |
Definition at line 3123 of file Core.cpp.
References llvm::CallingConv::C, llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI unsigned LLVMGetInstructionCallConv | ( | LLVMValueRef | Instr | ) |
Obtain the calling convention for a call instruction.
This is the opposite of LLVMSetInstructionCallConv(). Reads its usage.
Definition at line 3079 of file Core.cpp.
References llvm::unwrap().
| LLVM_C_ABI LLVMBasicBlockRef LLVMGetNormalDest | ( | LLVMValueRef | InvokeInst | ) |
Return the normal destination basic block.
This only works on llvm::InvokeInst instructions.
Definition at line 3178 of file Core.cpp.
References llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI unsigned LLVMGetNumArgOperands | ( | LLVMValueRef | Instr | ) |
Obtain the argument count for a call instruction.
This expects an LLVMValueRef that corresponds to a llvm::CallInst, llvm::InvokeInst, or llvm:FuncletPadInst.
Definition at line 3070 of file Core.cpp.
References llvm::dyn_cast(), and llvm::unwrap().
| LLVM_C_ABI unsigned LLVMGetNumOperandBundles | ( | LLVMValueRef | C | ) |
Obtain the number of operand bundles attached to this instruction.
This only works on llvm::CallInst and llvm::InvokeInst instructions.
Definition at line 3148 of file Core.cpp.
References llvm::CallingConv::C, and llvm::unwrap().
| LLVM_C_ABI LLVMOperandBundleRef LLVMGetOperandBundleAtIndex | ( | LLVMValueRef | C, |
| unsigned | Index ) |
Obtain the operand bundle attached to this instruction at the given index.
Use LLVMDisposeOperandBundle to free the operand bundle.
This only works on llvm::CallInst and llvm::InvokeInst instructions.
Definition at line 3152 of file Core.cpp.
References llvm::CallingConv::C, llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI LLVMTailCallKind LLVMGetTailCallKind | ( | LLVMValueRef | CallInst | ) |
Obtain a tail call kind of the call instruction.
Definition at line 3168 of file Core.cpp.
References Call, and llvm::unwrap().
| LLVM_C_ABI LLVMBasicBlockRef LLVMGetUnwindDest | ( | LLVMValueRef | InvokeInst | ) |
Return the unwind destination basic block.
Works on llvm::InvokeInst, llvm::CleanupReturnInst, and llvm::CatchSwitchInst instructions.
Definition at line 3182 of file Core.cpp.
References llvm::dyn_cast(), llvm::unwrap(), and llvm::wrap().
| LLVM_C_ABI LLVMBool LLVMIsTailCall | ( | LLVMValueRef | CallInst | ) |
Obtain whether a call instruction is a tail call.
This only works on llvm::CallInst instructions.
Definition at line 3160 of file Core.cpp.
References Call, and llvm::unwrap().
| LLVM_C_ABI void LLVMRemoveCallSiteEnumAttribute | ( | LLVMValueRef | C, |
| LLVMAttributeIndex | Idx, | ||
| unsigned | KindID ) |
Definition at line 3130 of file Core.cpp.
References llvm::CallingConv::C, and llvm::unwrap().
| LLVM_C_ABI void LLVMRemoveCallSiteStringAttribute | ( | LLVMValueRef | C, |
| LLVMAttributeIndex | Idx, | ||
| const char * | K, | ||
| unsigned | KLen ) |
Definition at line 3135 of file Core.cpp.
References llvm::CallingConv::C, and llvm::unwrap().
| LLVM_C_ABI void LLVMSetInstrParamAlignment | ( | LLVMValueRef | Instr, |
| LLVMAttributeIndex | Idx, | ||
| unsigned | Align ) |
Definition at line 3088 of file Core.cpp.
References Call, llvm::Attribute::getWithAlignment(), and llvm::unwrap().
| LLVM_C_ABI void LLVMSetInstructionCallConv | ( | LLVMValueRef | Instr, |
| unsigned | CC ) |
Set the calling convention for a call instruction.
This expects an LLVMValueRef that corresponds to a llvm::CallInst or llvm::InvokeInst.
Definition at line 3083 of file Core.cpp.
References llvm::unwrap().
| LLVM_C_ABI void LLVMSetNormalDest | ( | LLVMValueRef | InvokeInst, |
| LLVMBasicBlockRef | B ) |
Set the normal destination basic block.
This only works on llvm::InvokeInst instructions.
Definition at line 3191 of file Core.cpp.
References B(), and llvm::unwrap().
| LLVM_C_ABI void LLVMSetTailCall | ( | LLVMValueRef | CallInst, |
| LLVMBool | IsTailCall ) |
Set whether a call instruction is a tail call.
This only works on llvm::CallInst instructions.
Definition at line 3164 of file Core.cpp.
References Call, and llvm::unwrap().
| LLVM_C_ABI void LLVMSetTailCallKind | ( | LLVMValueRef | CallInst, |
| LLVMTailCallKind | kind ) |
Set the call kind of the call instruction.
Definition at line 3172 of file Core.cpp.
References Call, and llvm::unwrap().
| LLVM_C_ABI void LLVMSetUnwindDest | ( | LLVMValueRef | InvokeInst, |
| LLVMBasicBlockRef | B ) |
Set the unwind destination basic block.
Works on llvm::InvokeInst, llvm::CleanupReturnInst, and llvm::CatchSwitchInst instructions.
Definition at line 3195 of file Core.cpp.
References B(), llvm::dyn_cast(), and llvm::unwrap().