Home
last modified time | relevance | path

Searched refs:CurrentProcWinFrameInfoStartIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/MC/
DMCStreamer.cpp93 CurrentProcWinFrameInfoStartIndex(0), UseAssemblerInfoForParsing(false) { in MCStreamer()
695 CurrentProcWinFrameInfoStartIndex = WinFrameInfos.size(); in EmitWinCFIStartProc()
714 for (size_t I = CurrentProcWinFrameInfoStartIndex, E = WinFrameInfos.size(); in EmitWinCFIEndProc()
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h209 size_t CurrentProcWinFrameInfoStartIndex; variable