Home
last modified time | relevance | path

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

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