Home
last modified time | relevance | path

Searched refs:DebugSubsectionRecord (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionRecord.h36 class DebugSubsectionRecord {
38 DebugSubsectionRecord();
39 DebugSubsectionRecord(DebugSubsectionKind Kind, BinaryStreamRef Data,
42 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info,
63 DebugSubsectionRecordBuilder(const DebugSubsectionRecord &Contents,
74 DebugSubsectionRecord Contents;
81 template <> struct VarStreamArrayExtractor<codeview::DebugSubsectionRecord> {
83 codeview::DebugSubsectionRecord &Info) {
87 if (auto EC = codeview::DebugSubsectionRecord::initialize(
97 using DebugSubsectionArray = VarStreamArray<DebugSubsectionRecord>;
DStringsAndChecksums.h42 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
72 void initializeStrings(const DebugSubsectionRecord &SR);
73 void initializeChecksums(const DebugSubsectionRecord &FCR);
DDebugSubsectionVisitor.h24 class DebugSubsectionRecord; variable
68 Error visitDebugSubsection(const DebugSubsectionRecord &R,
78 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp24 DebugSubsectionRecord::DebugSubsectionRecord() = default;
26 DebugSubsectionRecord::DebugSubsectionRecord(DebugSubsectionKind Kind, in DebugSubsectionRecord() function in DebugSubsectionRecord
31 Error DebugSubsectionRecord::initialize(BinaryStreamRef Stream, in initialize()
32 DebugSubsectionRecord &Info, in initialize()
48 uint32_t DebugSubsectionRecord::getRecordLength() const { in getRecordLength()
52 DebugSubsectionKind DebugSubsectionRecord::kind() const { return Kind; } in kind()
54 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData()
61 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
DStringsAndChecksums.cpp34 const DebugSubsectionRecord &SR) { in initializeStrings()
73 const DebugSubsectionRecord &FCR) { in initializeChecksums()
DCMakeLists.txt16 DebugSubsectionRecord.cpp
DDebugSubsectionVisitor.cpp30 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h59 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h114 const codeview::DebugSubsectionRecord &SS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.cpp181 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp893 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk354 llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp \
DBUILD.gn229 "llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp",
/external/swiftshader/
DCMakeLists.txt1020 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp