Home
last modified time | relevance | path

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

/src/contrib/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()