HomeSort by relevance Sort by last modified time
    Searched refs:GCModuleInfo (Results 26 - 30 of 30) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 92 INITIALIZE_PASS_DEPENDENCY(GCModuleInfo)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 56 GCModuleInfo* gmi)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 214 AU.addRequired<GCModuleInfo>();
215 AU.addPreserved<GCModuleInfo>();
273 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 379 AU.addRequired<GCModuleInfo>();
382 AU.addPreserved<GCModuleInfo>();
455 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 329 AU.addRequired<GCModuleInfo>();
331 AU.addPreserved<GCModuleInfo>();
408 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
    [all...]

Completed in 1115 milliseconds

12