예제 #1
0
파일: MachOYAML.cpp 프로젝트: alex-t/llvm
void ScalarTraits<uuid_t>::output(const uuid_t &Val, void *, raw_ostream &Out) {
  Out.write_uuid(Val);
}