Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp281 bool hasEH(const BasicBlock *BB);
425 if (!hasEH(BBI)) in computeInsertionPoints()
567 bool GVNHoist::hasEH(const BasicBlock *BB) { in hasEH() function in llvm::GVNHoist
627 if (hasEH(BB)) in hasEHhelper()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h158 bool hasEH() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h163 bool hasEH() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp467 bool NativeRawSymbol::hasEH() const { in hasEH() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp327 RAW_METHOD_DUMP(OS, hasEH); in dump()
998 bool DIARawSymbol::hasEH() const { in hasEH() function in DIARawSymbol