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

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 210 const char *RewindName = TLI->getLibcallName(RTLIB::UNWIND_RESUME);
224 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME));
231 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
249 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME));
TargetLoweringBase.cpp 337 Names[RTLIB::UNWIND_RESUME] = "_Unwind_Resume";
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 327 UNWIND_RESUME,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1169 milliseconds