Home
last modified time | relevance | path

Searched refs:Repro (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DReproducer.cpp83 std::unique_ptr<Reproducer> Repro; in createReproducer() local
86 Repro = std::make_unique<ReproducerGenerate>(EC, Argc, Argv, true); in createReproducer()
89 Repro = std::make_unique<ReproducerGenerate>(EC, Argc, Argv, false); in createReproducer()
92 Repro = std::make_unique<ReproducerUse>(Root, EC); in createReproducer()
95 Repro = std::make_unique<Reproducer>(); in createReproducer()
100 return {std::move(Repro)}; in createReproducer()
H A Ddsymutil.cpp597 auto Repro = Reproducer::createReproducer(Options.ReproMode, in dsymutil_main() local
599 if (!Repro) { in dsymutil_main()
600 WithColor::error() << toString(Repro.takeError()); in dsymutil_main()
604 Options.LinkOpts.VFS = (*Repro)->getVFS(); in dsymutil_main()
771 (*Repro)->generate(); in dsymutil_main()
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/
H A Ddebug-entry-no-payload.test15 # CHECK: Type: Repro (0x10)
52 ## '10' in SectionData below indicates the Repro type for the first debug
/llvm-project-15.0.7/lld/test/COFF/
H A Drsds.test114 # REPRO: Type: Repro (0x10)
144 # REPRODEBUG: Type: Repro (0x10)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlate-address-taken.ll6 ; Repro cases from PR25168
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dicmp-mul-zext.ll84 ; Repro case for bug involving mutating a list while