Home
last modified time | relevance | path

Searched defs:ExternalFunctionsPassedConstants (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm/tools/opt/
H A DAnalysisWrappers.cpp32 struct ExternalFunctionsPassedConstants : public ModulePass { struct
33 static char ID; // Pass ID, replacement for typeid
34 ExternalFunctionsPassedConstants() : ModulePass(ID) {} in ExternalFunctionsPassedConstants() function
35 bool runOnModule(Module &M) override { in runOnModule()
64 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()