Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolCompilandDetails.h36 FORWARD_SYMBOL_METHOD(hasSecurityChecks)
HDPDBSymbolFunc.h51 FORWARD_SYMBOL_METHOD(hasSecurityChecks)
HDIPDBRawSymbol.h199 virtual bool hasSecurityChecks() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h172 bool hasSecurityChecks() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeRawSymbol.h177 bool hasSecurityChecks() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeRawSymbol.cpp523 bool NativeRawSymbol::hasSecurityChecks() const { in hasSecurityChecks() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp341 RAW_METHOD_DUMP(OS, hasSecurityChecks); in dump()
1054 bool DIARawSymbol::hasSecurityChecks() const { in hasSecurityChecks() function in DIARawSymbol