Home
last modified time | relevance | path

Searched refs:raw_section (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/test/src/stdio/printf_core/
H A Dconverter_test.cpp30 __llvm_libc::printf_core::FormatSection raw_section; in TEST_F() local
31 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()
/llvm-project-15.0.7/llvm/utils/
H A Dextract-section.py75 raw_section = get_raw_section_dump(args.tool_path, args.section, args.input_file) variable
78 for line in raw_section.splitlines(False):