Home
last modified time | relevance | path

Searched refs:getNewFpoRecords (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h88 const codeview::DebugFrameDataSubsectionRef &getNewFpoRecords() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp211 const DebugFrameDataSubsectionRef &DbiStream::getNewFpoRecords() const { in getNewFpoRecords() function in DbiStream
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp699 index.dbi().getNewFpoRecords(); in GetFrameDataProgram()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1018 const DebugFrameDataSubsectionRef& FDS = Dbi.getNewFpoRecords(); in dumpNewFpo()