Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolFunc.h48 FORWARD_SYMBOL_METHOD(hasSEH)
DIPDBRawSymbol.h155 virtual bool hasSEH() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h146 bool hasSEH() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp260 MOCK_SYMBOL_ACCESSOR(hasSEH)
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp769 P.printBoolean("Has SEH", Fpo.hasSEH()); in dumpFpoStream()
/external/llvm/include/llvm/Object/
DCOFF.h1029 bool hasSEH() const { return (Attributes >> 9) & 1; } in hasSEH() function
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp888 bool DIARawSymbol::hasSEH() const { in hasSEH() function in DIARawSymbol