Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h21 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {
23 DebugFrameDataSubsectionRef() in DebugFrameDataSubsectionRef() function
H A DDebugSubsectionVisitor.h28 class DebugFrameDataSubsectionRef; variable
62 virtual Error visitFrameData(DebugFrameDataSubsectionRef &FD,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp16 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
32 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
H A DDebugSubsectionVisitor.cpp79 DebugFrameDataSubsectionRef Section; in visitDebugSubsection()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp218 const DebugFrameDataSubsectionRef &Frames);
711 const DebugFrameDataSubsectionRef &Frames) { in fromCodeViewSubsection()
784 Error visitFrameData(DebugFrameDataSubsectionRef &Symbols,
873 DebugFrameDataSubsectionRef &Frames, const StringsAndChecksumsRef &State) { in visitFrameData()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp254 std::vector<DebugFrameDataSubsectionRef> NewFpoFrames;
1208 DebugFrameDataSubsectionRef FDS; in handleDebugS()
1244 for (DebugFrameDataSubsectionRef &FDS : NewFpoFrames) { in finish()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1054 DebugFrameDataSubsectionRef FDS; in dumpNewFpo()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1049 DebugFrameDataSubsectionRef FrameData; in printCodeViewSymbolSection()