Home
last modified time | relevance | path

Searched refs:DebugUnknownSubsectionRef (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugUnknownSubsection.h18 class DebugUnknownSubsectionRef final : public DebugSubsectionRef {
20 DebugUnknownSubsectionRef(DebugSubsectionKind Kind, BinaryStreamRef Data) in DebugUnknownSubsectionRef() function
DDebugSubsectionVisitor.h32 class DebugUnknownSubsectionRef; variable
39 virtual Error visitUnknown(DebugUnknownSubsectionRef &Unknown) { in visitUnknown()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp90 DebugUnknownSubsectionRef Fragment(R.kind(), R.getRecordData()); in visitDebugSubsection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp768 Error visitUnknown(DebugUnknownSubsectionRef &Unknown) override;
794 DebugUnknownSubsectionRef &Unknown) { in visitUnknown()