HomeSort by: relevance | last modified time | path
    Searched refs:HasExceptionHandling (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.h 44 bool HasExceptionHandling = false;
95 bool hasExceptionHandling() const { return HasExceptionHandling; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
WebAssembly.cpp 51 .Case("exception-handling", HasExceptionHandling)
79 if (HasExceptionHandling)
169 HasExceptionHandling = true;
173 HasExceptionHandling = false;
WebAssembly.h 34 bool HasExceptionHandling = false;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 224 HasExceptionHandling = 0x00000010,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 212 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasExceptionHandling),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 115 PUSH_FLAG(FrameProcedureOptions, HasExceptionHandling, FPO, "has eh");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1421 FPO |= FrameProcedureOptions::HasExceptionHandling;

Completed in 21 milliseconds