|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/None.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/DebugInfo/CodeView/CodeViewError.h"#include "llvm/DebugInfo/CodeView/RecordName.h"#include "llvm/DebugInfo/CodeView/TypeRecord.h"#include "llvm/Support/BinaryStreamReader.h"#include "llvm/Support/Endian.h"#include "llvm/Support/Error.h"#include <algorithm>#include <cassert>#include <cstdint>#include <iterator>
Go to the source code of this file.
Functions | |
| static void | error (Error &&EC) |
|
static |
Definition at line 29 of file LazyRandomTypeCollection.cpp.
References assert(), llvm::consumeError(), and llvm::codeview::EC.
Referenced by llvm::codeview::LazyRandomTypeCollection::getOffsetOfType(), llvm::codeview::LazyRandomTypeCollection::getType(), and llvm::codeview::LazyRandomTypeCollection::reset().
1.8.13