Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h274 raw_ostream &write_uuid(const uuid_t UUID);
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp152 raw_ostream &raw_ostream::write_uuid(const uuid_t UUID) { in write_uuid() function in raw_ostream
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp59 Out.write_uuid(Val); in output()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp97 OS.write_uuid(UUID); in dumpUUID()