Uses of Class
de.jplag.llvmir.grammar.LLVMIRParser.CallingConvContext
Packages that use LLVMIRParser.CallingConvContext
-
Uses of LLVMIRParser.CallingConvContext in de.jplag.llvmir.grammar
Methods in de.jplag.llvmir.grammar that return LLVMIRParser.CallingConvContextModifier and TypeMethodDescriptionLLVMIRParser.CallBrTermContext.callingConv()LLVMIRParser.callingConv()LLVMIRParser.CallInstContext.callingConv()LLVMIRParser.FuncHeaderContext.callingConv()LLVMIRParser.InvokeTermContext.callingConv()Methods in de.jplag.llvmir.grammar with parameters of type LLVMIRParser.CallingConvContextModifier and TypeMethodDescriptionvoidLLVMIRBaseListener.enterCallingConv(LLVMIRParser.CallingConvContext ctx) Enter a parse tree produced byLLVMIRParser.callingConv().voidLLVMIRListener.enterCallingConv(LLVMIRParser.CallingConvContext ctx) Enter a parse tree produced byLLVMIRParser.callingConv().voidLLVMIRBaseListener.exitCallingConv(LLVMIRParser.CallingConvContext ctx) Exit a parse tree produced byLLVMIRParser.callingConv().voidLLVMIRListener.exitCallingConv(LLVMIRParser.CallingConvContext ctx) Exit a parse tree produced byLLVMIRParser.callingConv().