Searched refs:CFIntegrity (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetOptions.h60 enum class CFIntegrity { class in namespace:llvm
85 CFIType(CFIntegrity::Sub), CFIEnforcing(false), CFIFuncName() {}
252 CFIntegrity CFIType;
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h234 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 225 milliseconds