Home
last modified time | relevance | path

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

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