Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.td236 def : MergeRule<"adjustCallerStackProbes">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/IR/
DAttributesCompatFunc.inc502 adjustCallerStackProbes(Caller, Callee);
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DAttributes.inc502 adjustCallerStackProbes(Caller, Callee);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1654 static void adjustCallerStackProbes(Function &Caller, const Function &Callee) { in adjustCallerStackProbes() function