reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 3838       AI = new llvm::AllocaInst(ArgStruct, DL.getAllocaAddrSpace(),
 3841       AI = CreateTempAlloca(ArgStruct, "argmem");