Home
last modified time | relevance | path

Searched refs:PatchType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DPatchableFunction.cpp52 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction() local
53 assert(PatchType == "prologue-short-redirect" && "Only possibility today!"); in runOnMachineFunction()
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.h177 enum class PatchType { MacroDirectives, All };
226 PatchType PatchType);
173 enum class PatchType { MacroDirectives, All }; global() enum
H A DPreamble.cpp800 PatchType PatchType) { in create()
829 if ((PatchType == PatchType::MacroDirectives || !IncludesChanged) && in create()
846 if (IncludesChanged && PatchType == PatchType::All) { in create()
922 return create(FileName, Modified, Baseline, PatchType::All); in apply()
928 return create(FileName, Modified, Baseline, PatchType::MacroDirectives); in apply()
784 create(llvm::StringRef FileName,const ParseInputs & Modified,const PreambleData & Baseline,PatchType PatchType) create() argument