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
133
char *
irstr
= LLVMPrintModuleToString(M);
local
134
puts(
irstr
);
135
LLVMDisposeMessage(
irstr
);
module.c
69
char *
irstr
= LLVMPrintModuleToString(M);
local
70
puts(
irstr
);
71
LLVMDisposeMessage(
irstr
);
Completed in 38 milliseconds