Home
last modified time | relevance | path

Searched defs:getGuid (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h50 codeview::GUID getGuid() const { return Guid; } in getGuid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp79 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid() function in NativeExeSymbol
DInfoStream.cpp113 GUID InfoStream::getGuid() const { return Header->Guid; } in getGuid() function in InfoStream
DNativeRawSymbol.cpp366 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } in getGuid() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp890 codeview::GUID DIARawSymbol::getGuid() const { in getGuid() function in DIARawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h590 const GUID &getGuid() const { return Guid; } in getGuid() function