OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TagRecordHash
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
TpiHashing.h
20
struct
TagRecordHash
{
21
explicit
TagRecordHash
(codeview::ClassRecord CR, uint32_t Full,
27
explicit
TagRecordHash
(codeview::EnumRecord ER, uint32_t Full,
33
explicit
TagRecordHash
(codeview::UnionRecord UR, uint32_t Full,
66
Expected<
TagRecordHash
> hashTagRecord(const codeview::CVType &Type);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiHashing.cpp
52
static Expected<
TagRecordHash
> getTagRecordHashForUdt(const CVType &Rec) {
67
return
TagRecordHash
{std::move(Deserialized), ThisRecordHash, 0};
74
return
TagRecordHash
{std::move(Deserialized), FullHash, ThisRecordHash};
88
Expected<
TagRecordHash
> llvm::pdb::hashTagRecord(const codeview::CVType &Type) {
TpiStream.cpp
188
Expected<
TagRecordHash
> ForwardTRH = hashTagRecord(F);
199
Expected<
TagRecordHash
> FullTRH = hashTagRecord(CVT);
Completed in 36 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026