示例#1
0
文件: MachOYAML.cpp 项目: alex-t/llvm
void ScalarTraits<uuid_t>::output(const uuid_t &Val, void *, raw_ostream &Out) {
  Out.write_uuid(Val);
}