Home
last modified time | relevance | path

Searched refs:HasVarSizedObjects (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h221 bool HasVarSizedObjects = false; variable
350 bool hasVarSizedObjects() const { return HasVarSizedObjects; } in hasVarSizedObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp75 HasVarSizedObjects = true; in CreateVariableSizedObject()