Searched defs:PatchType (Results 1 – 3 of 3) sorted by relevance
52 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction() local
173 enum class PatchType { MacroDirectives, All }; global() enum
784 create(llvm::StringRef FileName,const ParseInputs & Modified,const PreambleData & Baseline,PatchType PatchType) create() argument