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

  /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...]
StringsAndChecksums.h 15 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
41 for (const DebugSubsectionRecord &R : FragmentRange) {
71 void initializeStrings(const DebugSubsectionRecord &SR);
72 void initializeChecksums(const DebugSubsectionRecord &FCR);
DebugSubsectionVisitor.h 21 class DebugSubsectionRecord;
64 Error visitDebugSubsection(const DebugSubsectionRecord &R,
74 for (const DebugSubsectionRecord &L : FragmentRange) {
  /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...]
StringsAndChecksums.cpp 14 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
33 const DebugSubsectionRecord &SR) {
72 const DebugSubsectionRecord &FCR) {
DebugSubsectionVisitor.cpp 18 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
29 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V,
  /src/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/
Makefile 23 DebugSubsectionRecord.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 21 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
113 const codeview::DebugSubsectionRecord &SS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptorBuilder.h 16 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
105 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleDescriptorBuilder.cpp 13 #include "llvm/DebugInfo/CodeView/DebugSubsectionRecord.h"
216 const DebugSubsectionRecord &SubsectionContents) {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 892 const DebugSubsectionRecord &SS) {

Completed in 57 milliseconds