Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h239 bool HasPatchPoint = false; variable
393 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
394 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
H A DMIRYamlMapping.h653 bool HasPatchPoint = false;
676 HasPatchPoint == Other.HasPatchPoint &&
701 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp342 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convertMFI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp846 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()