Home
last modified time | relevance | path

Searched refs:OSS (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Support/
H A DLockFileManager.cpp228 raw_string_ostream OSS(S); in LockFileManager() local
229 OSS << LockFileName.str() << " to " << UniqueLockFileName.str(); in LockFileManager()
230 setError(EC, OSS.str()); in LockFileManager()
273 raw_string_ostream OSS(Str); in getErrorMessage() local
275 OSS << ": " << ErrCodeMsg; in getErrorMessage()
276 return OSS.str(); in getErrorMessage()
/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Dadt_test.cpp119 std::ostringstream OSS; in TEST() local
120 OSS << S; in TEST()
122 EXPECT_EQ(OSS.str(), Str); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr46004.ll5 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22357
23 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22723
H A Doss-fuzz-25184.ll4 ; OSS fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25184
H A Dgetelementptr.ll85 ; OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7173
H A Dvec_extract.ll107 ; OSS-Fuzz #15662
H A Dcombine-rotates.ll425 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9935
H A Dcombine-mul.ll463 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15429
/llvm-project-15.0.7/llvm/docs/
H A DFuzzingLLVM.rst24 bugs this fuzzer has reported are `on bugzilla`__ and `on OSS Fuzz's
49 and `on OSS Fuzz's tracker`__.
68 this fuzzer has reported are `on OSS Fuzz's tracker`__
93 OSS Fuzz, which has trouble with required arguments. To do this, you can copy
255 actionable way. Because of this, we're moving towards using `OSS Fuzz`_ more
259 `LLVM on OSS Fuzz`_. These are also mailed to the `llvm-bugs mailing
265 .. _LLVM on OSS Fuzz:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dalloca-big.ll4 ; OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5223
H A Dphi-shifts.ll4 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15217
H A Dconstant-fold-shifts.ll6 ; OSS-Fuzz #14169
H A Dpr51824.ll4 ; OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38057
H A Dudiv-simplify.ll66 ; OSS-Fuzz #4857
H A Dvscale_insertelement.ll87 ; OSS-Fuzz #27416
H A Dvscale_insertelement-inseltpoison.ll87 ; OSS-Fuzz #27416
H A Dvscale_extractelement-inseltpoison.ll178 ; OSS-Fuzz #25272
H A Dshift.ll1642 ; OSS Fuzz #4871
1668 ; OSS Fuzz #26716
1687 ; OSS Fuzz #5032
1721 ; OSS Fuzz #26135
1748 ; OSS Fuzz #38078
H A Dvscale_extractelement.ll142 ; OSS-Fuzz #25272
H A Dderef-alloc-fns.ll336 ; OSS-Fuzz #23214
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp303 raw_string_ostream OSS(Str); in denormalize() local
304 Binary.writeAsBinary(OSS); in denormalize()
305 OSS.flush(); in denormalize()
H A DAnalysis.cpp116 raw_svector_ostream OSS(InstPrinterStr); in writeSnippet() local
117 InstPrinter_->printInst(&MI, 0, "", *SubtargetInfo_, OSS); in writeSnippet()
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dcrash.ll77 ; OSS-Fuzz #29050
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dapint-bigint2.ll66 ; OSS-Fuzz #39197
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp631 raw_string_ostream OSS(OutStr); in getNodeLabel() local
634 OSS << printMBBReference(*Node); in getNodeLabel()
636 OSS << ": " << BB->getName(); in getNodeLabel()
638 Node->print(OSS); in getNodeLabel()

12