Searched refs:hasEH (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h43 FORWARD_SYMBOL_METHOD(hasEH)
H A DIPDBRawSymbol.h185 virtual bool hasEH() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h158 bool hasEH() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h163 bool hasEH() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp347 bool hasEH(const BasicBlock *BB) { function in class:llvm::GVNHoist
426 if (hasEH(BB))
775 if (!hasEH(BBI))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp468 bool NativeRawSymbol::hasEH() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp327 RAW_METHOD_DUMP(OS, hasEH);
998 bool DIARawSymbol::hasEH() const { function in class:DIARawSymbol

Completed in 75 milliseconds