HomeSort by: relevance | last modified time | path
    Searched refs:setHasPatchPoint (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 385 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 690 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 896 FuncInfo.MF->getFrameInfo().setHasPatchPoint();
SelectionDAGBuilder.cpp 9256 FuncInfo.MF->getFrameInfo().setHasPatchPoint();

Completed in 24 milliseconds