OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hello2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Hello/
Hello.cpp
44
//
Hello2
- The second implementation with getAnalysisUsage implemented.
45
struct
Hello2
: public FunctionPass {
47
Hello2
() : FunctionPass(ID) {}
63
char
Hello2
::ID = 0;
64
static RegisterPass<
Hello2
>
65
Y("
hello2
", "Hello World Pass (with getAnalysisUsage implemented)");
/external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
Hello.cpp
43
//
Hello2
- The second implementation with getAnalysisUsage implemented.
44
struct
Hello2
: public FunctionPass {
46
Hello2
() : FunctionPass(ID) {}
62
char
Hello2
::ID = 0;
63
static RegisterPass<
Hello2
>
64
Y("
hello2
", "Hello World Pass (with getAnalysisUsage implemented)");
Completed in 70 milliseconds