Home
last modified time | relevance | path

Searched refs:DebugFrameDataSubsection (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugFrameDataSubsection.cpp36 uint32_t DebugFrameDataSubsection::calculateSerializedSize() const { in calculateSerializedSize()
43 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
59 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
DCMakeLists.txt11 DebugFrameDataSubsection.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugFrameDataSubsection.h41 class DebugFrameDataSubsection final : public DebugSubsection {
43 DebugFrameDataSubsection(bool IncludeRelocPtr) in DebugFrameDataSubsection() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h127 Optional<codeview::DebugFrameDataSubsection> NewFpoData;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp513 auto Result = std::make_shared<DebugFrameDataSubsection>(true); in toCodeViewSubsection()