Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DAnalysisWrappers.cpp30 struct ExternalFunctionsPassedConstants : public ModulePass { struct
31 static char ID; // Pass ID, replacement for typeid
32 ExternalFunctionsPassedConstants() : ModulePass(ID) {} in ExternalFunctionsPassedConstants() function
33 bool runOnModule(Module &M) override { in runOnModule()
62 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()