Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h50 codeview::GUID getGuid() const { return Guid; } in getGuid() function
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp79 codeview::GUID NativeExeSymbol::getGuid() const { in getGuid() function in NativeExeSymbol
H A DInfoStream.cpp113 GUID InfoStream::getGuid() const { return Header->Guid; } in getGuid() function in InfoStream
H A DNativeRawSymbol.cpp366 codeview::GUID NativeRawSymbol::getGuid() const { return codeview::GUID{{0}}; } in getGuid() function in NativeRawSymbol
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCPseudoProbe.h88 uint64_t getGuid() const { return Guid; } in getGuid() function
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp890 codeview::GUID DIARawSymbol::getGuid() const { in getGuid() function in DIARawSymbol
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h584 const GUID &getGuid() const { return Guid; } in getGuid() function