HomeSort by relevance Sort by last modified time
    Searched refs:BeginFunction (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 136 /// BeginFunction - Gather pre-function exception information. Assumes being
138 virtual void BeginFunction(const MachineFunction *MF);
170 /// BeginFunction - Gather pre-function exception information. Assumes being
172 virtual void BeginFunction(const MachineFunction *MF);
191 /// BeginFunction - Gather pre-function exception information. Assumes being
193 virtual void BeginFunction(const MachineFunction *MF);
223 /// BeginFunction - Gather pre-function exception information. Assumes being
225 virtual void BeginFunction(const MachineFunction *MF);
Win64Exception.cpp 52 /// BeginFunction - Gather pre-function exception information. Assumes it's
54 void Win64Exception::BeginFunction(const MachineFunction *MF) {
ARMException.cpp 53 /// BeginFunction - Gather pre-function exception information. Assumes it's
55 void ARMException::BeginFunction(const MachineFunction *MF) {
DwarfCFIException.cpp 85 /// BeginFunction - Gather pre-function exception information. Assumes it's
87 void DwarfCFIException::BeginFunction(const MachineFunction *MF) {
DwarfException.cpp 726 /// BeginFunction - Gather pre-function exception information. Assumes it's
728 void DwarfException::BeginFunction(const MachineFunction *MF) {
AsmPrinter.cpp 475 DE->BeginFunction(MF);
479 DD->beginFunction(MF);
    [all...]

Completed in 269 milliseconds