Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp38 uint32_t DebugFrameDataSubsection::calculateSerializedSize() const { in calculateSerializedSize()
45 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit()
60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
H A DCMakeLists.txt11 DebugFrameDataSubsection.cpp
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h45 class DebugFrameDataSubsection final : public DebugSubsection {
47 DebugFrameDataSubsection(bool IncludeRelocPtr) in DebugFrameDataSubsection() function
/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn17 "DebugFrameDataSubsection.cpp",
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h122 std::optional<codeview::DebugFrameDataSubsection> NewFpoData;
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp24 #include "llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h"
511 auto Result = std::make_shared<DebugFrameDataSubsection>(true); in toCodeViewSubsection()