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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h46 FORWARD_SYMBOL_METHOD(hasEH)
H A DIPDBRawSymbol.h185 virtual bool hasEH() const = 0;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp293 bool hasEH(const BasicBlock *BB);
437 if (!hasEH(BBI))
579 bool GVNHoist::hasEH(const BasicBlock *BB) { function in class:llvm::GVNHoist
639 if (hasEH(BB))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h158 bool hasEH() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h163 bool hasEH() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp467 bool NativeRawSymbol::hasEH() const { function in class:NativeRawSymbol
/freebsd-current/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 171 milliseconds