HomeSort by relevance Sort by last modified time
    Searched refs:UNWIND_RESUME (Results 1 - 15 of 15) 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 355 Names[RTLIB::UNWIND_RESUME] = "_Unwind_Resume";
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RuntimeLibcalls.h 265 UNWIND_RESUME,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DwarfEHPrepare.cpp 503 const char *RewindName = TLI->getLibcallName(RTLIB::UNWIND_RESUME);
524 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME));
684 const char *RewindName = TLI->getLibcallName(RTLIB::UNWIND_RESUME);
690 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", F);
710 CI->setCallingConv(TLI->getLibcallCallingConv(RTLIB::UNWIND_RESUME));
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 337 UNWIND_RESUME,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 344 UNWIND_RESUME,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 344 UNWIND_RESUME,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 344 UNWIND_RESUME,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 344 UNWIND_RESUME,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
RuntimeLibcalls.h 344 UNWIND_RESUME,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
RuntimeLibcalls.h 344 UNWIND_RESUME,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 293 Names[RTLIB::UNWIND_RESUME] = "_Unwind_Resume";
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp 680 setLibcallName(RTLIB::UNWIND_RESUME, "_Unwind_SjLj_Resume");
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 410 setLibcallName(RTLIB::UNWIND_RESUME, "_Unwind_SjLj_Resume");
    [all...]

Completed in 337 milliseconds