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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 23 enum class ExceptionHandling { kSwallow, kThrow };
26 ExceptionHandling exception_handling) {
49 if (job->IsFailed() && exception_handling == ExceptionHandling::kSwallow) {
248 ExceptionHandling::kSwallow);
327 DoNextStepOnMainThread(isolate_, job, ExceptionHandling::kThrow);
355 DoNextStepOnMainThread(isolate_, job, ExceptionHandling::kThrow);
650 ExceptionHandling::kSwallow);
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 44 enum class ExceptionHandling {
331 ExceptionHandling ExceptionsType;
536 return ExceptionsType != ExceptionHandling::None;
538 ExceptionHandling getExceptionHandlingType() const { return ExceptionsType; }
541 void setExceptionsType(ExceptionHandling EH) {
548 return (ExceptionsType == ExceptionHandling::DwarfCFI ||
549 ExceptionsType == ExceptionHandling::ARM || usesWindowsCFI());
553 return ExceptionsType == ExceptionHandling::WinEH &&
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 31 namespace ExceptionHandling {
316 ExceptionHandling::ExceptionsType ExceptionsType; // Defaults to None
546 return ExceptionsType != ExceptionHandling::None;
548 ExceptionHandling::ExceptionsType getExceptionHandlingType() const {
553 (ExceptionsType == ExceptionHandling::DwarfCFI ||
554 ExceptionsType == ExceptionHandling::ARM ||
555 ExceptionsType == ExceptionHandling::Win64);

Completed in 753 milliseconds