OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:irstr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-c-test/
calc.c
132
char *
irstr
= LLVMPrintModuleToString(M);
local
133
puts(
irstr
);
134
LLVMDisposeMessage(
irstr
);
module.c
68
char *
irstr
= LLVMPrintModuleToString(M);
local
69
puts(
irstr
);
70
LLVMDisposeMessage(
irstr
);
Completed in 1406 milliseconds