Searched refs:getVarAnnotation (Results 1 – 3 of 3) sorted by relevance
57 static bool getVarAnnotation(Module &M, const GlobalVariable *GV, int *annotation);
907 bool MagicUtil::getVarAnnotation(Module &M, const GlobalVariable *GV, int *annotation) in getVarAnnotation() function in llvm::MagicUtil
1552 if(MagicUtil::getVarAnnotation(M, GV, &annotation)) { in runOnModule()