Searched defs:Hello (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Hello/
H A DHello.cpp1 //===- Hello.cpp - Example code from "Writing an LLVM Pass" ---------------===//
10 // This file implements two versions of the LLVM "Hello World" pass described
25 // Hello - The first implementation, without getAnalysisUsage.
26 struct Hello : public FunctionPass { struct in namespace:__anon9037
28 Hello() : FunctionPass(ID) {} function in struct:__anon9037::Hello
32 errs() << "Hello: ";
39 char Hello::ID = 0;
40 static RegisterPass<Hello> X("hello", "Hello World Pass");
50 errs() << "Hello
[all...]

Completed in 56 milliseconds