Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp172 struct SerializableCtxRepresentation { struct
175 std::vector<std::vector<SerializableCtxRepresentation>> Callsites; argument
178 struct SerializableRootRepresentation : public SerializableCtxRepresentation {
190 const std::vector<SerializableCtxRepresentation> &DCList);
196 const SerializableCtxRepresentation &DC, in createNode()
215 const std::vector<SerializableCtxRepresentation> &DCList) { in createNode()
223 LLVM_YAML_IS_SEQUENCE_VECTOR(SerializableCtxRepresentation)
224 LLVM_YAML_IS_SEQUENCE_VECTOR(std::vector<SerializableCtxRepresentation>)
227 template <> struct yaml::MappingTraits<SerializableCtxRepresentation> {
228 static void mapping(yaml::IO &IO, SerializableCtxRepresentation &SCR) { in mapping()
[all …]