Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPatchableFunction.cpp61 Attribute PatchAttr = MF.getFunction()->getFnAttribute("patchable-function"); in runOnMachineFunction() local
62 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPatchableFunction.cpp62 Attribute PatchAttr = MF.getFunction().getFnAttribute("patchable-function"); in runOnMachineFunction() local
63 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction()