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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 50 /// beginFunction - Gather pre-function exception information. Assumes being
52 void beginFunction(const MachineFunction *MF) override;
77 /// beginFunction - Gather pre-function exception information. Assumes being
79 void beginFunction(const MachineFunction *MF) override;
109 /// beginFunction - Gather pre-function exception information. Assumes being
111 void beginFunction(const MachineFunction *MF) override;
AsmPrinterHandler.h 40 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
42 virtual void beginFunction(const MachineFunction *MF) = 0;
46 /// beginFunction at all.
EHStreamer.h 125 void beginFunction(const MachineFunction *MF) override;
Win64Exception.cpp 51 /// beginFunction - Gather pre-function exception information. Assumes it's
53 void Win64Exception::beginFunction(const MachineFunction *MF) {
WinCodeViewLineTables.h 131 void beginFunction(const MachineFunction *MF) override;
ARMException.cpp 56 /// beginFunction - Gather pre-function exception information. Assumes it's
58 void ARMException::beginFunction(const MachineFunction *MF) {
DwarfCFIException.cpp 74 /// beginFunction - Gather pre-function exception information. Assumes it's
76 void DwarfCFIException::beginFunction(const MachineFunction *MF) {
DwarfDebug.h 585 void beginFunction(const MachineFunction *MF) override;
WinCodeViewLineTables.cpp 264 void WinCodeViewLineTables::beginFunction(const MachineFunction *MF) {
EHStreamer.cpp 699 void EHStreamer::beginFunction(const MachineFunction *MF) {
AsmPrinter.cpp 548 HI.Handler->beginFunction(MF);
    [all...]
DwarfDebug.cpp     [all...]

Completed in 70 milliseconds