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

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCTargetOptions.h 18 enum class ExceptionHandling {
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 22 enum class ExceptionHandling { kSwallow, kThrow };
25 ExceptionHandling exception_handling) {
71 exception_handling == ExceptionHandling::kSwallow) {
300 ExceptionHandling::kSwallow);
351 ExceptionHandling::kSwallow);
399 ExceptionHandling::kThrow);
707 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 405 milliseconds