Searched refs:DSYMSearchPaths (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/tools/dsymutil/ |
H A D | MachODebugMapParser.cpp | 32 ArrayRef<std::string> DSYMSearchPaths, in MachODebugMapParser() argument 36 DSYMSearchPaths(DSYMSearchPaths), PathPrefix(std::string(PathPrefix)), in MachODebugMapParser() 54 SmallVector<StringRef, 1> DSYMSearchPaths; 223 if (DSYMSearchPaths.empty()) { in switchToNewLibDebugMapObject() 258 for (auto DSYMSearchPath : DSYMSearchPaths) { in switchToNewLibDebugMapObject() 859 ArrayRef<std::string> DSYMSearchPaths, StringRef PrependPath, in parseDebugMap() 865 MachODebugMapParser Parser(BinHolder, InputFile, Archs, DSYMSearchPaths, in parseDebugMap() 873 ArrayRef<std::string> DSYMSearchPaths, StringRef PrependPath, in dumpStab() argument 875 MachODebugMapParser Parser(BinHolder, InputFile, Archs, DSYMSearchPaths, in dumpStab() 55 SmallVector<StringRef, 1> DSYMSearchPaths; global() member in __anoncd1287010111::MachODebugMapParser 860 parseDebugMap(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,StringRef InputFile,ArrayRef<std::string> Archs,ArrayRef<std::string> DSYMSearchPaths,StringRef PrependPath,StringRef VariantSuffix,bool Verbose,bool InputIsYAML) parseDebugMap() argument [all...] |
H A D | dsymutil.h | 39 ArrayRef<std::string> DSYMSearchPaths, StringRef PrependPath, 45 ArrayRef<std::string> DSYMSearchPaths, StringRef PrependPath = "",
|
H A D | LinkUtils.h | 99 std::vector<std::string> DSYMSearchPaths; member
|
H A D | dsymutil.cpp | 398 Options.LinkOpts.DSYMSearchPaths.push_back(SearchPath->getValue()); in getOptions() 679 Options.LinkOpts.DSYMSearchPaths, in dsymutil_main() 687 BinHolder, InputFile, Options.Archs, Options.LinkOpts.DSYMSearchPaths, in dsymutil_main()
|