Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h297 struct CallArgCleanup { struct
341 CallArgCleanup ArgCleanup; in addArgCleanupDeactivation()
347 ArrayRef<CallArgCleanup> getCleanupsToDeactivate() const { in getCleanupsToDeactivate()
370 SmallVector<CallArgCleanup, 1> CleanupsToDeactivate;
H A DCGCall.cpp4368 ArrayRef<CallArgList::CallArgCleanup> Cleanups = in deactivateArgCleanupsBeforeCall()