Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h419 bool HasPatchPoint = false;
440 HasPatchPoint == Other.HasPatchPoint &&
462 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
H A DMachineFrameInfo.h238 bool HasPatchPoint = false; variable
384 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
385 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp324 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp575 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()