Home
last modified time | relevance | path

Searched defs:Guid (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp20 GuidAdapter::GuidAdapter(StringRef Guid) in GuidAdapter()
23 GuidAdapter::GuidAdapter(ArrayRef<uint8_t> Guid) in GuidAdapter()
43 raw_ostream &llvm::codeview::operator<<(raw_ostream &OS, const GUID &Guid) { in operator <<()
DCodeViewRecordIO.cpp222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DGUID.h22 uint8_t Guid[16]; member
DFormatters.h28 ArrayRef<uint8_t> Guid; variable
DTypeRecord.h594 GUID Guid; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h67 codeview::GUID Guid; variable
DRawTypes.h308 codeview::GUID Guid; member
/third_party/typescript/tests/cases/conformance/types/intersection/
DoperatorsAndIntersectionTypes.ts1 type Guid = string & { $Guid }; // Tagged string type alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp143 static void addVCallToSet(DevirtCallSite Call, GlobalValue::GUID Guid, in addVCallToSet()
174 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary() local
205 GlobalValue::GUID Guid = GlobalValue::getGUID(TypeId->getString()); in addIntrinsicToSummary() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp264 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { in commit()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs2247 public string Guid { property in UnitTest.Issues.TestProtos.TestJsonName