Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h36 FORWARD_SYMBOL_METHOD(hasSecurityChecks)
H A DPDBSymbolFunc.h51 FORWARD_SYMBOL_METHOD(hasSecurityChecks)
H A DIPDBRawSymbol.h199 virtual bool hasSecurityChecks() const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h172 bool hasSecurityChecks() const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h177 bool hasSecurityChecks() const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp523 bool NativeRawSymbol::hasSecurityChecks() const { in hasSecurityChecks() function in NativeRawSymbol
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp341 RAW_METHOD_DUMP(OS, hasSecurityChecks); in dump()
1054 bool DIARawSymbol::hasSecurityChecks() const { in hasSecurityChecks() function in DIARawSymbol