Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp558 std::vector<std::string> compiler_invocation_arguments = { in Create() local
571 &target, compiler_invocation_arguments); in Create()
573 compiler_invocation_arguments.push_back(ModuleImportBufferName); in Create()
583 compiler_invocation_arguments.push_back(module_cache_argument); in Create()
594 compiler_invocation_arguments.push_back(search_path_argument); in Create()
601 compiler_invocation_arguments.push_back("-resource-dir"); in Create()
602 compiler_invocation_arguments.push_back(clang_resource_dir.GetPath()); in Create()
612 compiler_invocation_arguments.size()); in Create()
613 for (const std::string &arg : compiler_invocation_arguments) { in Create()