Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h166 bool HasPatchPoint; variable
272 HasPatchPoint = false; in MachineFrameInfo()
329 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
330 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
DMIRYamlMapping.h343 bool HasPatchPoint = false;
364 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp425 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp247 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()