Home
last modified time | relevance | path

Searched refs:include_path (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py12 include_path = os.path.join(src_root, 'include')
13 assert os.path.exists(include_path)
20 return script_name, src_root, include_path, docs_path, macro_test_path
22 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable
25 h_path = os.path.join(include_path, h)
960 version_header_path = os.path.join(include_path, 'version')
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A DOpts.td76 def include_path : MLJoinedOrSeparate<"I">,
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml186 include_path:string ->
H A Dllvm_debuginfo.mli195 include_path:string ->
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Ddebuginfo.ml87 ~name:module_name ~config_macros:"" ~include_path:"" ~sys_root:""
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1098 if (const char *include_path = module_die.GetAttributeValueAsString( in ParseImportedModules() local
1100 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules()