Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/dsymutil/
H A DReproducer.cpp92 std::unique_ptr<Reproducer> Repro; in createReproducer() local
95 Repro = std::make_unique<ReproducerGenerate>(EC, Argc, Argv, true); in createReproducer()
98 Repro = std::make_unique<ReproducerGenerate>(EC, Argc, Argv, false); in createReproducer()
101 Repro = std::make_unique<ReproducerUse>(Root, EC); in createReproducer()
104 Repro = std::make_unique<Reproducer>(); in createReproducer()
109 return {std::move(Repro)}; in createReproducer()
H A Ddsymutil.cpp653 auto Repro = Reproducer::createReproducer(Options.ReproMode, in dsymutil_main()
655 if (!Repro) { in dsymutil_main()
656 WithColor::error() << toString(Repro.takeError()) << '\n'; in dsymutil_main()
660 Options.LinkOpts.VFS = (*Repro)->getVFS(); in dsymutil_main() local
831 (*Repro)->generate(); in dsymutil_main()
/llvm-project/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/lld/test/COFF/
H A Drsds.test135 # REPRO: Type: Repro (0x10)
165 # REPRODEBUG: Type: Repro (0x10)
/llvm-project/llvm/test/DebugInfo/COFF/
H A Djump-table-with-indirect-ptr-null.ll4 ; Repro for issue https://reviews.llvm.org/D149367#4619121
/llvm-project/llvm/test/CodeGen/X86/
H A Dlate-address-taken.ll6 ; Repro cases from PR25168
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dicmp-mul-zext.ll83 ; Repro case for bug involving mutating a list while