Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h238 bool HasPatchPoint = false; variable
384 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
385 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
H A DMIRYamlMapping.h598 bool HasPatchPoint = false;
620 HasPatchPoint == Other.HasPatchPoint &&
643 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp341 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp690 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()