Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h237 bool HasPatchPoint = false; variable
409 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
410 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
H A DMIRYamlMapping.h602 bool HasPatchPoint = false;
624 HasPatchPoint == Other.HasPatchPoint &&
648 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp350 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp739 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()