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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp42 Value *FrameRaw = SubFn->getFrame();
H A DCoroInstr.h13 // ... SF->getFrame() ...
48 Value *getFrame() const { return getArgOperand(FrameArg); } function in class:llvm::CoroSubFnInst
293 Value *getFrame() const { return getArgOperand(FrameArg); } function in class:llvm::CoroFreeInst
H A DCoroElide.cpp179 if (auto *CB = dyn_cast<CoroBeginInst>(DA->getFrame()))
H A DCoroutines.cpp178 : CoroFrees.front()->getFrame();
H A DCoroSplit.cpp1110 if (SubFn->getFrame() != CoroBegin)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp107 print(Info.getFrame(i), i > 0);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h87 const DILineInfo & getFrame(unsigned Index) const { function in class:llvm::DIInliningInfo
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java438 s = f.getFrame();

Completed in 193 milliseconds