Searched refs:DebugInfoFilename (Results 1 – 3 of 3) sorted by relevance
55 InstrProfCorrelator::get(StringRef DebugInfoFilename) { in get() argument57 object::MachOObjectFile::findDsymObjectMembers(DebugInfoFilename); in get()67 DebugInfoFilename = *DsymObjectsOrErr->begin(); in get()70 errorOrToExpected(MemoryBuffer::getFile(DebugInfoFilename)); in get()
392 StringRef DebugInfoFilename, in mergeInstrProfile() argument403 if (!DebugInfoFilename.empty()) { in mergeInstrProfile()405 InstrProfCorrelator::get(DebugInfoFilename).moveInto(Correlator)) in mergeInstrProfile()406 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()408 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()1233 cl::opt<std::string> DebugInfoFilename( in merge_main() local1283 mergeInstrProfile(WeightedInputs, DebugInfoFilename, Remapper.get(), in merge_main()2920 cl::opt<std::string> DebugInfoFilename( in show_main() local2934 if (Filename.empty() && DebugInfoFilename.empty()) in show_main()2937 DebugInfoFilename.ArgStr + "' is provided"); in show_main()[all …]
35 get(StringRef DebugInfoFilename);