Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp519 bool NativeRawSymbol::hasSEH() const { in hasSEH() function in NativeRawSymbol
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp1050 bool DIARawSymbol::hasSEH() const { in hasSEH() function in DIARawSymbol
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDCOFF.h1350 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() function