Home
last modified time | relevance | path

Searched refs:DebugFrameDataSubsectionRef (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h24 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {
26 DebugFrameDataSubsectionRef() in DebugFrameDataSubsectionRef() function
H A DDebugSubsectionVisitor.h24 class DebugFrameDataSubsectionRef; variable
57 virtual Error visitFrameData(DebugFrameDataSubsectionRef &FD,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp17 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
33 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
H A DDebugSubsectionVisitor.cpp79 DebugFrameDataSubsectionRef Section; in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h88 const codeview::DebugFrameDataSubsectionRef &getNewFpoRecords() const;
133 codeview::DebugFrameDataSubsectionRef NewFpoRecords;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp217 const DebugFrameDataSubsectionRef &Frames);
710 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
783 Error visitFrameData(DebugFrameDataSubsectionRef &Symbols,
872 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp211 const DebugFrameDataSubsectionRef &DbiStream::getNewFpoRecords() const { in getNewFpoRecords()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp662 const DebugFrameDataSubsectionRef &fpo_data, in GetCorrespondingFrameData()
698 const DebugFrameDataSubsectionRef &new_fpo_data = in GetFrameDataProgram()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp964 DebugFrameDataSubsectionRef fds; in finish()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1018 const DebugFrameDataSubsectionRef& FDS = Dbi.getNewFpoRecords(); in dumpNewFpo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1245 DebugFrameDataSubsectionRef FrameData; in printCodeViewSymbolSection()