Lines Matching full:debug_info
38 UUID::UUID(UUID::CvRecordPdb70 debug_info) {
39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1);
40 llvm::sys::swapByteOrder(debug_info.Uuid.Data2);
41 llvm::sys::swapByteOrder(debug_info.Uuid.Data3);
42 llvm::sys::swapByteOrder(debug_info.Age);
43 if (debug_info.Age)
44 *this = UUID(&debug_info, sizeof(debug_info));
46 *this = UUID(&debug_info.Uuid, sizeof(debug_info.Uuid));