Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameAnalyzer.cpp18 void CFIFunctionFrameAnalyzer::startFunctionFrame( in startFunctionFrame() function in CFIFunctionFrameAnalyzer
H A DDWARFCFIFunctionFrameStreamer.cpp51 Receiver->startFunctionFrame(false /* TODO: should put isEH here */, in updateReceiver()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameAnalyzer.h37 void startFunctionFrame(bool IsEH,
H A DDWARFCFIFunctionFrameReceiver.h40 virtual void startFunctionFrame(bool IsEH, in startFunctionFrame() function