|
LLVM
4.0.0
|
#include "llvm/DebugInfo/PDB/Raw/TpiHashing.h"#include "llvm/DebugInfo/PDB/Raw/Hash.h"#include "llvm/DebugInfo/PDB/Raw/RawError.h"Go to the source code of this file.
Functions | |
| template<typename T > | |
| static bool | isAnonymous (T &Rec) |
| template<typename T > | |
| static uint32_t | getTpiHash (T &Rec, ArrayRef< uint8_t > FullRecord) |
| template<typename T > | |
| static uint32_t | getSourceLineHash (T &Rec) |
Definition at line 44 of file TpiHashing.cpp.
References llvm::pdb::hashStringV1(), and llvm::support::endian::write32le().
Definition at line 28 of file TpiHashing.cpp.
References llvm::codeview::ForwardReference, llvm::pdb::hashBufferV8(), llvm::pdb::hashStringV1(), llvm::codeview::HasUniqueName, isAnonymous(), and llvm::codeview::Scoped.
Referenced by llvm::pdb::TpiHashVerifier::visitKnownRecord().
Definition at line 20 of file TpiHashing.cpp.
References llvm::StringRef::endswith().
Referenced by getTpiHash().
1.8.6