Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp15 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamReader Reader) { in initialize()
31 Error DebugFrameDataSubsectionRef::initialize(BinaryStreamRef Section) { in initialize()
H A DDebugSubsectionVisitor.cpp78 DebugFrameDataSubsectionRef Section; in visitDebugSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h20 class DebugFrameDataSubsectionRef final : public DebugSubsectionRef {
22 DebugFrameDataSubsectionRef() in DebugFrameDataSubsectionRef() function
H A DDebugSubsectionVisitor.h25 class DebugFrameDataSubsectionRef; variable
58 virtual Error visitFrameData(DebugFrameDataSubsectionRef &FD,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h86 const codeview::DebugFrameDataSubsectionRef &getNewFpoRecords() const;
131 codeview::DebugFrameDataSubsectionRef NewFpoRecords;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp213 const DebugFrameDataSubsectionRef &DbiStream::getNewFpoRecords() const { in getNewFpoRecords()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1121 const DebugFrameDataSubsectionRef& FDS = Dbi.getNewFpoRecords(); in dumpNewFpo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1097 DebugFrameDataSubsectionRef FrameData; in printCodeViewSymbolSection()