Home
last modified time | relevance | path

Searched refs:Artifact (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDSarif.cpp226 const SarifArtifact &Artifact = SarifArtifact::create(Location) in createPhysicalLocation() local
230 auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation()
304 json::Object Artifact; in endRun() local
305 Artifact["location"] = std::move(Loc); in endRun()
307 Artifact["length"] = static_cast<int64_t>(*A.Length); in endRun()
309 Artifact["roles"] = json::Array(A.Roles); in endRun()
311 Artifact["mimeType"] = A.MimeType; in endRun()
313 Artifact["offset"] = *A.Offset; in endRun()
314 Artifacts->push_back(json::Value(std::move(Artifact))); in endRun()
/freebsd-head/contrib/xz/
HDChangeLog10778 CI: Update Upload Artifact Action.