Searched refs:raw_section (Results 1 – 2 of 2) sorted by relevance
30 __llvm_libc::printf_core::FormatSection raw_section; in TEST_F() local31 raw_section.has_conv = false; in TEST_F()32 raw_section.raw_string = "abc"; in TEST_F()33 raw_section.raw_len = 3; in TEST_F()35 __llvm_libc::printf_core::convert(&writer, raw_section); in TEST_F()
75 raw_section = get_raw_section_dump(args.tool_path, args.section, args.input_file) variable78 for line in raw_section.splitlines(False):