Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.td237 def : MergeRule<"adjustCallerStackProbeSize">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc503 adjustCallerStackProbeSize(Caller, Callee);
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc503 adjustCallerStackProbeSize(Caller, Callee);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1665 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize() function