Searched defs:beginFunction (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DWin64Exception.cpp51 /// beginFunction - Gather pre-function exception information. Assumes it's
53 void Win64Exception::beginFunction(const MachineFunction *MF) { function in class:Win64Exception
H A DDwarfCFIException.cpp74 /// beginFunction - Gather pre-function exception information. Assumes it's
76 void DwarfCFIException::beginFunction(const MachineFunction *MF) { function in class:DwarfCFIException
H A DARMException.cpp56 /// beginFunction - Gather pre-function exception information. Assumes it's
58 void ARMException::beginFunction(const MachineFunction *MF) { function in class:ARMException
H A DWinCodeViewLineTables.cpp264 void WinCodeViewLineTables::beginFunction(const MachineFunction *MF) { function in class:llvm::WinCodeViewLineTables
H A DEHStreamer.cpp699 void EHStreamer::beginFunction(const MachineFunction *MF) { function in class:EHStreamer
H A DDwarfDebug.cpp1413 void DwarfDebug::beginFunction(const MachineFunction *MF) { function in class:DwarfDebug
1535 // Every beginFunction(MF) call should be followed by an endFunction(MF) call,
1536 // though the beginFunction may not be called at all.

Completed in 102 milliseconds