Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h57 void addFrameData(const FrameData &Frame);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData() function in DebugFrameDataSubsection
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp78 NewFpoData->addFrameData(FD); in addNewFpoData()
88 "NewFPO data should be written via addFrameData()!"); in addDbgStream()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp525 Result->addFrameData(F); in toCodeViewSubsection()