Searched refs:in_public_headers_path (Results 1 – 4 of 4) sorted by relevance
39 const char* in_public_headers_path; member59 string in_public_headers_path; member93 if (spec.in_public_headers_path) in set_in_public_headers_path()94 in_public_headers_path = spec.in_public_headers_path; in set_in_public_headers_path()95 if (!in_public_headers_path.empty()) in set_in_public_headers_path()96 in_public_headers_path = in_elf_base + spec.in_public_headers_path; in set_in_public_headers_path()
101 if (!in_public_headers_path.empty()) in run_abidw()102 drop_private_types += "--headers-dir " + in_public_headers_path + in run_abidw()
629 if (!in_public_headers_path.empty()) in perform()630 drop_private_types += "--headers-dir " + in_public_headers_path + in perform()
6231 * tests/test-read-dwarf.cc (InOutSpec::in_public_headers_path):6237 InOutSpec::in_public_headers_path to construct and add