Searched refs:DebugSubsectionRecord (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionRecord.h | 36 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>;
|
D | StringsAndChecksums.h | 42 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize() 72 void initializeStrings(const DebugSubsectionRecord &SR); 73 void initializeChecksums(const DebugSubsectionRecord &FCR);
|
D | DebugSubsectionVisitor.h | 24 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/ |
D | DebugSubsectionRecord.cpp | 24 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()
|
D | StringsAndChecksums.cpp | 34 const DebugSubsectionRecord &SR) { in initializeStrings() 73 const DebugSubsectionRecord &FCR) { in initializeChecksums()
|
D | CMakeLists.txt | 16 DebugSubsectionRecord.cpp
|
D | DebugSubsectionVisitor.cpp | 30 const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, in visitDebugSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 59 addDebugSubsection(const codeview::DebugSubsectionRecord &SubsectionContents);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 114 const codeview::DebugSubsectionRecord &SS);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.cpp | 181 const DebugSubsectionRecord &SubsectionContents) { in addDebugSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 893 const DebugSubsectionRecord &SS) { in fromCodeViewSubection()
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 354 llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp \
|
D | BUILD.gn | 229 "llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1020 ${LLVM_DIR}/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
|