|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecordHelpers.h"#include "llvm/ADT/SmallVector.h"#include "llvm/DebugInfo/CodeView/TypeDeserializer.h"#include "llvm/DebugInfo/CodeView/TypeIndexDiscovery.h"Go to the source code of this file.
Functions | |
| template<typename RecordT> | |
| static ClassOptions | getUdtOptions (CVType CVT) |
| template<typename RecordT> | |
| static uint64_t | getUdtSize (CVType CVT) |
|
static |
Definition at line 18 of file TypeRecordHelpers.cpp.
References llvm::consumeError(), llvm::codeview::TypeDeserializer::deserializeAs(), llvm::codeview::EC, and llvm::codeview::None.
Referenced by llvm::codeview::isUdtForwardRef().
Definition at line 162 of file TypeRecordHelpers.cpp.
References llvm::consumeError(), llvm::codeview::TypeDeserializer::deserializeAs(), and llvm::codeview::EC.
Referenced by llvm::codeview::getSizeInBytesForTypeRecord().