Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp603 std::vector<std::string> compiler_invocation_arguments = { in Create() local
616 &target, compiler_invocation_arguments); in Create()
618 compiler_invocation_arguments.push_back(ModuleImportBufferName); in Create()
628 compiler_invocation_arguments.push_back(module_cache_argument); in Create()
639 compiler_invocation_arguments.push_back(search_path_argument); in Create()
646 compiler_invocation_arguments.push_back("-resource-dir"); in Create()
647 compiler_invocation_arguments.push_back(clang_resource_dir.GetPath()); in Create()
657 compiler_invocation_arguments.size()); in Create()
658 for (const std::string &arg : compiler_invocation_arguments) in Create()
663 llvm::make_range(compiler_invocation_arguments.begin(), in Create()
[all …]