Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp225 const SarifArtifact &Artifact = SarifArtifact::create(Location) in createPhysicalLocation() local
229 auto StatusIter = CurrentArtifacts.insert({FileURI, Artifact}); in createPhysicalLocation()
303 json::Object Artifact; in endRun() local
304 Artifact["location"] = std::move(Loc); in endRun()
306 Artifact["length"] = static_cast<int64_t>(*A.Length); in endRun()
308 Artifact["roles"] = json::Array(A.Roles); in endRun()
310 Artifact["mimeType"] = A.MimeType; in endRun()
312 Artifact["offset"] = *A.Offset; in endRun()
313 Artifacts->push_back(json::Value(std::move(Artifact))); in endRun()
/freebsd/contrib/xz/
H A DChangeLog12841 CI: Update Upload Artifact Action.