Home
last modified time | relevance | path

Searched refs:hasSEH (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h50 FORWARD_SYMBOL_METHOD(hasSEH)
H A DIPDBRawSymbol.h198 virtual bool hasSEH() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h176 bool hasSEH() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h171 bool hasSEH() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp519 bool NativeRawSymbol::hasSEH() const { in hasSEH() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp340 RAW_METHOD_DUMP(OS, hasSEH); in dump()
1050 bool DIARawSymbol::hasSEH() const { in hasSEH() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1350 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1001 FD.getNumSavedRegs(), FD.useBP(), FD.hasSEH(), in dumpOldFpo()