OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleSubstream
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/DebugInfo/CodeView/
ModuleSubstream.cpp
1
//===-
ModuleSubstream
.cpp --------------------------------------*- C++ -*-===//
10
#include "llvm/DebugInfo/CodeView/
ModuleSubstream
.h"
17
ModuleSubstream
::
ModuleSubstream
() : Kind(ModuleSubstreamKind::None) {}
19
ModuleSubstream
::
ModuleSubstream
(ModuleSubstreamKind Kind, StreamRef Data)
22
Error
ModuleSubstream
::initialize(StreamRef Stream,
ModuleSubstream
&Info) {
36
uint32_t
ModuleSubstream
::getRecordLength() const {
40
ModuleSubstreamKind
ModuleSubstream
::getSubstreamKind() const { return Kind;
[
all
...]
ModuleSubstreamVisitor.cpp
58
Error llvm::codeview::visitModuleSubstream(const
ModuleSubstream
&R,
/external/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstream.h
1
//===-
ModuleSubstream
.h ----------------------------------------*- C++ -*-===//
59
class
ModuleSubstream
{
61
ModuleSubstream
();
62
ModuleSubstream
(ModuleSubstreamKind Kind, StreamRef Data);
63
static Error initialize(StreamRef Stream,
ModuleSubstream
&Info);
73
template <> struct VarStreamArrayExtractor<
ModuleSubstream
> {
75
ModuleSubstream
&Info) const {
76
if (auto EC =
ModuleSubstream
::initialize(Stream, Info))
83
typedef VarStreamArray<
ModuleSubstream
> ModuleSubstreamArray;
ModuleSubstreamVisitor.h
16
#include "llvm/DebugInfo/CodeView/
ModuleSubstream
.h"
115
Error visitModuleSubstream(const
ModuleSubstream
&R,
Completed in 1371 milliseconds