Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h54 void addFrameData(const FrameData &Frame);
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData() function in DebugFrameDataSubsection
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp82 NewFpoData->addFrameData(FD); in addNewFpoData()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp526 Result->addFrameData(F); in toCodeViewSubsection()