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 135 /// 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);
ARMException.cpp 56 /// BeginFunction - Gather pre-function exception information. Assumes it's
58 void ARMException::BeginFunction(const MachineFunction *MF) {
Win64Exception.cpp 53 /// BeginFunction - Gather pre-function exception information. Assumes it's
55 void Win64Exception::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 721 /// BeginFunction - Gather pre-function exception information. Assumes it's
723 void DwarfException::BeginFunction(const MachineFunction *MF) {
AsmPrinter.cpp 473 DE->BeginFunction(MF);
477 DD->beginFunction(MF);
    [all...]

Completed in 34 milliseconds