Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h44 codeview::GUID getGuid() const { return Guid; } in getGuid() function
/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStream.cpp76 PDB_UniqueId InfoStream::getGuid() const { return Guid; } in getGuid() function in InfoStream
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp61 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid() function in llvm::pdb::NativeExeSymbol
DInfoStream.cpp114 GUID InfoStream::getGuid() const { return Header->Guid; } in getGuid() function in InfoStream
DNativeRawSymbol.cpp381 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } in getGuid() function in NativeRawSymbol
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp728 PDB_UniqueId DIARawSymbol::getGuid() const { in getGuid() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp869 codeview::GUID DIARawSymbol::getGuid() const { in getGuid() function in DIARawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h566 const GUID &getGuid() const { return Guid; } in getGuid() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h667 StringRef getGuid() const { return Guid; } in getGuid() function