HomeSort by: relevance | last modified time | path
    Searched defs:DebugSubsectionRecord (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugSubsectionRecord.cpp 1 //===- DebugSubsectionRecord.cpp ------------------------------------------===//
9 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
23 DebugSubsectionRecord::DebugSubsectionRecord() = default;
25 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind,
29 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream,
30 DebugSubsectionRecord &Info) {
44 uint32_t DebugSubsectionRecord::getRecordLength() const {
48 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 1 //===- DebugSubsectionRecord.h ----------------------------------*- C++ -*-===//
35 class DebugSubsectionRecord {
37 DebugSubsectionRecord();
38 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data);
40 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info);
58 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents);
69 DebugSubsectionRecord Contents;
74 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
76 codeview::DebugSubsectionRecord &Info) {
80 if (auto EC = codeview::DebugSubsectionRecord::initialize(Stream, Info)
    [all...]

Completed in 16 milliseconds