Home
last modified time | relevance | path

Searched full:artifacts (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp132 json::Array &Artifacts) { in createArtifactLocation() argument
135 // See if the Artifacts array contains this URI already. If it does not, in createArtifactLocation()
137 auto I = llvm::find_if(Artifacts, [&](const json::Value &File) { in createArtifactLocation()
149 auto Index = static_cast<unsigned>(std::distance(Artifacts.begin(), I)); in createArtifactLocation()
150 if (I == Artifacts.end()) in createArtifactLocation()
151 Artifacts.push_back(createArtifact(FE)); in createArtifactLocation()
201 json::Array &Artifacts) { in createPhysicalLocation() argument
203 {{"artifactLocation", createArtifactLocation(FE, Artifacts)}, in createPhysicalLocation()
258 json::Array &Artifacts) { in createThreadFlow() argument
267 SMgr, Artifacts), in createThreadFlow()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp237 // Move illegal artifacts to RetryList instead of aborting because in legalizeMachineFunction()
238 // legalizing InstList may generate artifacts that allow in legalizeMachineFunction()
241 LLVM_DEBUG(dbgs() << ".. Not legalized, moving to artifacts retry\n"); in legalizeMachineFunction()
243 "Artifacts are only expected in instruction list starting the " in legalizeMachineFunction()
245 "start with an empty artifacts list"); in legalizeMachineFunction()
258 // are new artifacts. If not, stop legalizing. in legalizeMachineFunction()
264 LLVM_DEBUG(dbgs() << "No new artifacts created, not retrying!\n"); in legalizeMachineFunction()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dappveyor.yml46 artifacts:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dappveyor.yml52 artifacts:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp123 // Use quadratic probing, it has fewer clumping artifacts than linear in LookupBucketFor()
167 // Use quadratic probing, it has fewer clumping artifacts than linear in FindKey()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.h82 - certain ahead-of-time compilation artifacts (.o and .exe files)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.h82 - certain ahead-of-time compilation artifacts (.o and .exe files)
/netbsd-src/distrib/amiga/stand/
H A Ddevice-streams.README.md70 * `make clean` will delete all artifacts.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h35 /// Creates and manages DebugObjects for JITLink artifacts.
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DContributing.rst68 Look for the failed build and select the ``artifacts`` tab. There, download the
/netbsd-src/usr.sbin/diskpart/
H A Ddiskpart.8134 Most default partition sizes are based on historical artifacts
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DTooling.rst44 * creating additional build artifacts from a single compile step
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp182 // Do not update future local split artifacts. in weightCalcHelper()
224 // For local split artifacts, we are interested only in instructions between in weightCalcHelper()
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A Dappveyor.yml64 artifacts:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py325 'running this from your LLVM root, and all build artifacts will be '
348 help='directory to write artifacts to (default: $llvm_dir/out)')
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-control-setup.sh.in71 echo "removing artifacts"
/netbsd-src/external/bsd/nsd/dist/
H A Dnsd-control-setup.sh.in71 echo "removing artifacts"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp406 // Not all link artifacts allow debugging. in notifyMaterializing()
417 // Not all link artifacts have associated debug objects. in modifyPassConfig()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Ddbe.h564 …uffer contents, would provide the best performance. To eliminate visual artifacts, the swap will o…
583 …uffer contents, would provide the best performance. To eliminate visual artifacts, the swap will o…
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py157 'artifacts': [
260 'artifacts': [
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DREADME-FIPS.md139 Copy the FIPS provider artifacts (`fips.so` & `fipsmodule.cnf`) to known locations
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerFlags.def94 FUZZER_FLAG_STRING(artifact_prefix, "Write fuzzing artifacts (crash, "
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h8 // This file contains some helper functions which try to cleanup artifacts
853 // pair of artifacts, not only combine it away (as done above), but also in tryCombineInstruction()
855 // combined within this def-use chain of artifacts. in tryCombineInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVectorizationPlan.rst31 artifacts if so.
/netbsd-src/sys/dev/tc/
H A Dpx.c252 * nasty artifacts. in px_intr()

123