Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h45 class DebugFrameDataSubsection final : public DebugSubsection {
47 DebugFrameDataSubsection(bool IncludeRelocPtr) in DebugFrameDataSubsection() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h122 std::optional<codeview::DebugFrameDataSubsection> NewFpoData;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp24 #include "llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h"
513 auto Result = std::make_shared<DebugFrameDataSubsection>(true); in toCodeViewSubsection()
/freebsd/lib/clang/libllvm/
H A DMakefile534 SRCS_MIN+= DebugInfo/CodeView/DebugFrameDataSubsection.cpp