Home
last modified time | relevance | path

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

/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.cpp78 DebugFrameDataSubsectionRef Section; in visitDebugSubsection()
/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,
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h88 const codeview::DebugFrameDataSubsectionRef &getNewFpoRecords() const;
133 codeview::DebugFrameDataSubsectionRef NewFpoRecords;
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp215 const DebugFrameDataSubsectionRef &Frames);
708 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
781 Error visitFrameData(DebugFrameDataSubsectionRef &Symbols,
870 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) {
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp211 const DebugFrameDataSubsectionRef &DbiStream::getNewFpoRecords() const { in getNewFpoRecords()
/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()
/llvm-project/lld/COFF/
H A DPDB.cpp970 DebugFrameDataSubsectionRef fds; in finish()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1018 const DebugFrameDataSubsectionRef& FDS = Dbi.getNewFpoRecords(); in dumpNewFpo()
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1288 DebugFrameDataSubsectionRef FrameData; in printCodeViewSymbolSection()