Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp252 struct UUIDv4 { struct
256 UUIDv4() = default;
257 UUIDv4(const Target &TargetID, const std::string &Value) in UUIDv4() function
270 LLVM_YAML_IS_SEQUENCE_VECTOR(UUIDv4)
332 template <> struct MappingTraits<UUIDv4> {
333 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping()
942 std::vector<UUIDv4> UUIDs;
1018 std::vector<UUIDv4> EmptyUUID; in mapKeysToValuesV4()