Lines Matching +full:string +full:- +full:support
1 //===-- llvm-debuginfo-analyzer.cpp - LLVM Debug info analysis utility ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
17 #include "llvm/Support/COM.h"
18 #include "llvm/Support/CommandLine.h"
19 #include "llvm/Support/InitLLVM.h"
20 #include "llvm/Support/TargetSelect.h"
21 #include "llvm/Support/ToolOutputFile.h"
22 #include "llvm/Support/WithColor.h"
29 static StringRef ToolName = "llvm-debuginfo-analyzer";
34 std::string Buffer; in error()
54 static std::vector<std::string> expandBundle(const std::string &InputPath) { in expandBundle()
55 std::vector<std::string> BundlePaths; in expandBundle()
66 const std::string &Path = Dir->path(); in expandBundle()
102 "Printing a logical representation of low-level " in main()
117 std::vector<std::string> Objects; in main()
118 for (const std::string &Filename : InputFilenames) { in main()
119 std::vector<std::string> Objs = expandBundle(Filename); in main()