Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp519 bool NativeRawSymbol::hasSEH() const { in hasSEH() function in NativeRawSymbol
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1050 bool DIARawSymbol::hasSEH() const { in hasSEH() function in DIARawSymbol
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1287 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() function