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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 63 void beginFunction(const MachineFunction *MF) override;
88 void beginFunction(const MachineFunction *MF) override;
AsmPrinterHandler.h 44 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
46 virtual void beginFunction(const MachineFunction *MF) = 0;
54 /// beginFunction at all.
DebugHandlerBase.h 86 void beginFunction(const MachineFunction *MF) override;
WinException.h 94 void beginFunction(const MachineFunction *MF) override;
ARMException.cpp 53 void ARMException::beginFunction(const MachineFunction *MF) {
DwarfCFIException.cpp 96 void DwarfCFIException::beginFunction(const MachineFunction *MF) {
CodeViewDebug.h 297 void beginFunction(const MachineFunction *MF) override;
DebugHandlerBase.cpp 117 void DebugHandlerBase::beginFunction(const MachineFunction *MF) {
DwarfDebug.h 466 void beginFunction(const MachineFunction *MF) override;
DwarfDebug.cpp     [all...]
WinException.cpp 62 void WinException::beginFunction(const MachineFunction *MF) {
    [all...]
CodeViewDebug.cpp 864 void CodeViewDebug::beginFunction(const MachineFunction *MF) {
870 DebugHandlerBase::beginFunction(MF);
    [all...]
AsmPrinter.cpp 602 HI.Handler->beginFunction(MF);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 486 /// beginFunction - Gather pre-function debug information. Assumes being
488 void beginFunction(const MachineFunction *MF);
AsmPrinter.cpp 464 DE->BeginFunction(MF);
468 DD->beginFunction(MF);
    [all...]
DwarfDebug.cpp     [all...]

Completed in 61 milliseconds