Searched refs:DebugInfoFilename (Results 1 – 3 of 3) sorted by relevance
54 InstrProfCorrelator::get(StringRef DebugInfoFilename) { in get() argument56 object::MachOObjectFile::findDsymObjectMembers(DebugInfoFilename); in get()66 DebugInfoFilename = *DsymObjectsOrErr->begin(); in get()69 errorOrToExpected(MemoryBuffer::getFile(DebugInfoFilename)); in get()
374 StringRef DebugInfoFilename, in mergeInstrProfile() argument385 if (!DebugInfoFilename.empty()) { in mergeInstrProfile()387 InstrProfCorrelator::get(DebugInfoFilename).moveInto(Correlator)) in mergeInstrProfile()388 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()390 exitWithError(std::move(Err), DebugInfoFilename); in mergeInstrProfile()1013 cl::opt<std::string> DebugInfoFilename( in merge_main() local1059 mergeInstrProfile(WeightedInputs, DebugInfoFilename, Remapper.get(), in merge_main()2639 cl::opt<std::string> DebugInfoFilename( in show_main() local2652 if (Filename.empty() && DebugInfoFilename.empty()) in show_main()2655 DebugInfoFilename.ArgStr + "' is provided"); in show_main()[all …]
33 get(StringRef DebugInfoFilename);