Searched refs:OsoPrependPath (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 47 static opt<std::string> OsoPrependPath( variable 267 Options.PrependPath = OsoPrependPath; in main() 294 if (!dumpStab(InputFile, ArchFlags, OsoPrependPath)) in main() 299 auto DebugMapPtrsOrErr = parseDebugMap(InputFile, ArchFlags, OsoPrependPath, in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 64 static opt<std::string> OsoPrependPath( variable 327 Options.PrependPath = OsoPrependPath; in getOptions() 465 if (!dumpStab(InputFile, ArchFlags, OsoPrependPath)) in main() 471 parseDebugMap(InputFile, ArchFlags, OsoPrependPath, PaperTrailWarnings, in main()
|