Home
last modified time | relevance | path

Searched refs:hasStrictGSCheck (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h174 bool hasStrictGSCheck() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h179 bool hasStrictGSCheck() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h201 virtual bool hasStrictGSCheck() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp531 bool NativeRawSymbol::hasStrictGSCheck() const { in hasStrictGSCheck() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1062 bool DIARawSymbol::hasStrictGSCheck() const { in hasStrictGSCheck() function in DIARawSymbol