Lines Matching refs:_IO_FILE
6 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
7 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
9 @stdout = external global %struct._IO_FILE*
10 @stderr = external global %struct._IO_FILE*
21 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
22 …%call = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementp…
25 ; CHECK: %call = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* get…
32 declare i32 @fprintf(%struct._IO_FILE* nocapture, i8* nocapture readonly, ...) #1
41 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
42 …elementptr inbounds ([9 x i8], [9 x i8]* @.str1, i64 0, i64 0), i64 8, i64 1, %struct._IO_FILE* %0)
45 …ounds ([9 x i8], [9 x i8]* @.str1, i64 0, i64 0), i64 8, i64 1, %struct._IO_FILE* %0) #[[$AT2:[0-9…
52 declare i64 @fwrite(i8* nocapture, i64, i64, %struct._IO_FILE* nocapture) #1
61 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 8
62 …elementptr inbounds ([9 x i8], [9 x i8]* @.str1, i64 0, i64 0), i64 8, i64 1, %struct._IO_FILE* %0)
65 … inbounds ([9 x i8], [9 x i8]* @.str1, i64 0, i64 0), i64 8, i64 1, %struct._IO_FILE* %0) #[[$AT2]]