Home
last modified time | relevance | path

Searched refs:getFramePointer (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h901 FramePointerKind getFramePointer() const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp685 FramePointerKind Module::getFramePointer() const { in getFramePointer() function in Module
H A DFunction.cpp341 switch (M->getFramePointer()) { in createWithDefaultAttr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1861 switch (CodeGenOpts.getFramePointer()) { in getDefaultFunctionAttributes()
1869 CodeGenOpts.getFramePointer())); in getDefaultFunctionAttributes()
H A DCodeGenModule.cpp904 switch (CodeGenOpts.getFramePointer()) { in Release()