Home
last modified time | relevance | path

Searched refs:CallArgCleanup (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.h275 struct CallArgCleanup { struct
320 CallArgCleanup ArgCleanup; in addArgCleanupDeactivation()
326 ArrayRef<CallArgCleanup> getCleanupsToDeactivate() const { in getCleanupsToDeactivate()
344 SmallVector<CallArgCleanup, 1> CleanupsToDeactivate;
H A DCGCall.cpp3899 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall()