Home
last modified time | relevance | path

Searched defs:hasSEH (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp520 bool NativeRawSymbol::hasSEH() const { in hasSEH() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1050 bool DIARawSymbol::hasSEH() const { in hasSEH() function in DIARawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h1256 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() function