clang 22.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h"
Classes | |
class | Impl |
Public Member Functions | |
LiveOriginsAnalysis (const CFG &C, AnalysisDeclContext &AC, FactManager &F, LivenessMap::Factory &SF) | |
~LiveOriginsAnalysis () | |
LivenessMap | getLiveOriginsAt (ProgramPoint P) const |
Returns the set of origins that are live at a specific program point, along with the the details of the liveness. | |
void | dump (llvm::raw_ostream &OS, llvm::StringMap< ProgramPoint > TestPoints) const |
Definition at line 76 of file LiveOrigins.h.
clang::lifetimes::internal::LiveOriginsAnalysis::LiveOriginsAnalysis | ( | const CFG & | C, |
AnalysisDeclContext & | AC, | ||
FactManager & | F, | ||
LivenessMap::Factory & | SF ) |
Definition at line 163 of file LiveOrigins.cpp.
References clang::C.
|
default |
void clang::lifetimes::internal::LiveOriginsAnalysis::dump | ( | llvm::raw_ostream & | OS, |
llvm::StringMap< ProgramPoint > | TestPoints ) const |
Definition at line 176 of file LiveOrigins.cpp.
LivenessMap clang::lifetimes::internal::LiveOriginsAnalysis::getLiveOriginsAt | ( | ProgramPoint | P | ) | const |
Returns the set of origins that are live at a specific program point, along with the the details of the liveness.
Definition at line 172 of file LiveOrigins.cpp.