Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPatchableFunction.cpp55 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction() local
56 assert(PatchType == "prologue-short-redirect" && "Only possibility today!"); in runOnMachineFunction()