Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPatchableFunction.cpp62 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction() local
63 assert(PatchType == "prologue-short-redirect" && "Only possibility today!"); in runOnMachineFunction()