Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h122 llvm::Instruction *getStackBase() const { return StackBase; } in getStackBase() function
H A DCGCall.cpp2991 llvm::Instruction *IP = CallArgs.getStackBase(); in EmitCall()