Go to the documentation of this file.
9 #ifndef LLVM_DEBUGINFO_PDB_NATIVE_TPIHASHING_H
10 #define LLVM_DEBUGINFO_PDB_NATIVE_TPIHASHING_H
71 #endif // LLVM_DEBUGINFO_PDB_NATIVE_TPIHASHING_H
This is an optimization pass for GlobalISel generic memory operations.
The instances of the Type class are immutable: once they are created, they are never changed.
Tagged union holding either a T or a Error.
codeview::EnumRecord Enum
Expected< TagRecordHash > hashTagRecord(const codeview::CVType &Type)
Given a CVType referring to a class, structure, union, or enum, compute the hash of its forward decl ...
codeview::ClassRecord Class
TagRecordHash(codeview::ClassRecord CR, uint32_t Full, uint32_t Forward)
TagRecordHash(codeview::UnionRecord UR, uint32_t Full, uint32_t Forward)
OutputIt move(R &&Range, OutputIt Out)
Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.
Expected< uint32_t > hashTypeRecord(const llvm::codeview::CVType &Type)
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
codeview::TagRecord & getRecord()
TagRecordHash(codeview::EnumRecord ER, uint32_t Full, uint32_t Forward)
codeview::UnionRecord Union