Searched refs:BeginFunction (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h135 /// BeginFunction - Gather pre-function exception information. Assumes being
137 virtual void BeginFunction(const MachineFunction *MF);
169 /// BeginFunction - Gather pre-function exception information. Assumes being
171 virtual void BeginFunction(const MachineFunction *MF);
200 /// BeginFunction - Gather pre-function exception information. Assumes being
202 virtual void BeginFunction(const MachineFunction *MF);
232 /// BeginFunction - Gather pre-function exception information. Assumes being
234 virtual void BeginFunction(const MachineFunction *MF);
H A DARMException.cpp49 /// BeginFunction - Gather pre-function exception information. Assumes it's
51 void ARMException::BeginFunction(const MachineFunction *MF) { function in class:ARMException
H A DWin64Exception.cpp53 /// BeginFunction - Gather pre-function exception information. Assumes it's
55 void Win64Exception::BeginFunction(const MachineFunction *MF) { function in class:Win64Exception
H A DDwarfCFIException.cpp85 /// BeginFunction - Gather pre-function exception information. Assumes it's
87 void DwarfCFIException::BeginFunction(const MachineFunction *MF) { function in class:DwarfCFIException
H A DDwarfException.cpp720 /// BeginFunction - Gather pre-function exception information. Assumes it's
722 void DwarfException::BeginFunction(const MachineFunction *MF) {
H A DAsmPrinter.cpp472 DE->BeginFunction(MF);

Completed in 119 milliseconds