Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp178 struct SerializableRootRepresentation : public SerializableCtxRepresentation { struct
184 std::vector<SerializableRootRepresentation> Contexts;
225 LLVM_YAML_IS_SEQUENCE_VECTOR(SerializableRootRepresentation)
235 template <> struct yaml::MappingTraits<SerializableRootRepresentation> {
236 static void mapping(yaml::IO &IO, SerializableRootRepresentation &R) { in mapping()