Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h184 bool HasPatchPoint = false; variable
326 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
327 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
DMIRYamlMapping.h340 bool HasPatchPoint = false;
361 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp458 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp260 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()