HomeSort by relevance Sort by last modified time
    Searched refs:CFIntegrity (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetOptions.h 60 enum class CFIntegrity {
85 CFIType(CFIntegrity::Sub), CFIEnforcing(false), CFIFuncName() {}
252 CFIntegrity CFIType;
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 234 cl::opt<llvm::CFIntegrity>
237 cl::init(CFIntegrity::Sub),
239 clEnumValN(CFIntegrity::Sub, "sub",
241 clEnumValN(CFIntegrity::Ror, "ror",
243 clEnumValN(CFIntegrity::Add, "add",

Completed in 130 milliseconds