Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/stdio/printf_core/
H A Dconverter_test.cpp28 LIBC_NAMESPACE::printf_core::FormatSection raw_section; in TEST_F() local
29 raw_section.has_conv = false; in TEST_F()
30 raw_section.raw_string = "abc"; in TEST_F()
32 LIBC_NAMESPACE::printf_core::convert(&writer, raw_section); in TEST_F()
/llvm-project/llvm/utils/
H A Dextract-section.py122 raw_section = get_raw_section_dump(args.tool_path, args.section, args.input_file) variable
125 for line in raw_section.splitlines(False):