Home
last modified time | relevance | path

Searched refs:getFrame (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h48 Value *getFrame() const { return getArgOperand(FrameArg); } in getFrame() function
203 Value *getFrame() const { return getArgOperand(FrameArg); } in getFrame() function
H A DCoroCleanup.cpp43 Value *FrameRaw = SubFn->getFrame(); in lowerSubFn()
H A DCoroElide.cpp179 if (auto *CB = dyn_cast<CoroBeginInst>(DA->getFrame())) in shouldElide()
H A DCoroutines.cpp164 : CoroFrees.front()->getFrame(); in replaceCoroFree()
H A DCoroSplit.cpp634 if (SubFn->getFrame() != CoroBegin) in simplifySuspendPoint()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp107 print(Info.getFrame(i), i > 0); in operator <<()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h84 const DILineInfo & getFrame(unsigned Index) const { in getFrame() function
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java438 s = f.getFrame(); in printStack()