Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h37 FORWARD_SYMBOL_METHOD(hasSecurityChecks)
H A DPDBSymbolFunc.h48 FORWARD_SYMBOL_METHOD(hasSecurityChecks)
H A DIPDBRawSymbol.h199 virtual bool hasSecurityChecks() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h177 bool hasSecurityChecks() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h172 bool hasSecurityChecks() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp524 bool NativeRawSymbol::hasSecurityChecks() const { in hasSecurityChecks() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/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