Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h240 SecurityChecks = 0x00000100, enumerator
465 SecurityChecks = 1 << 13, enumerator
481 SecurityChecks = 1 << 13, enumerator
/llvm-project/llvm/test/DebugInfo/PDB/
H A Dusing-namespace.test24 Flags: [ SecurityChecks, HotPatch ]
H A Dannotation.test42 Flags: [ SecurityChecks, HotPatch ]
H A Dpdb-yaml-symbols.test38 YAML: Flags: [ SecurityChecks ]
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp119 CV_ENUM_CLASS_ENT(CompileSym2Flags, SecurityChecks),
131 CV_ENUM_CLASS_ENT(CompileSym3Flags, SecurityChecks),
223 CV_ENUM_CLASS_ENT(FrameProcedureOptions, SecurityChecks),
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp78 PUSH_FLAG(CompileSym2Flags, SecurityChecks, Flags, "security checks"); in formatCompileSym2Flags()
98 PUSH_FLAG(CompileSym3Flags, SecurityChecks, Flags, "security checks"); in formatCompileSym3Flags()
123 PUSH_FLAG(FrameProcedureOptions, SecurityChecks, FPO, "secure checks"); in formatFrameProcedureOptions()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1505 FPO |= FrameProcedureOptions::SecurityChecks; in beginFunctionImpl()