Home
last modified time | relevance | path

Searched refs:Frame (Results 1 – 25 of 124) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h142 struct Frame { struct
157 Frame(const Frame &Other) { in Frame() argument
175 Frame &operator=(const Frame &Other) {
217 return sizeof(Frame::Function) + sizeof(Frame::LineOffset) + in serializedSize() argument
218 sizeof(Frame::Column) + sizeof(Frame::IsInlineFrame); in serializedSize()
295 llvm::SmallVector<Frame> CallStack;
314 for (const Frame &F : CallStack) { in printYAML()
544 using data_type = Frame;
545 using data_type_ref = Frame &;
578 using data_type = const Frame;
[all …]
H A DRawMemProfReader.h92 const llvm::DenseMap<FrameId, Frame> &getFrameMapping() const { in getFrameMapping()
120 const Frame &idToFrame(const FrameId Id) const { in idToFrame()
140 llvm::DenseMap<FrameId, Frame> IdToFrame;
H A DInstrProfWriter.h52 llvm::MapVector<memprof::FrameId, memprof::Frame> MemProfFrameData;
83 bool addMemProfFrame(const memprof::FrameId, const memprof::Frame &F,
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() argument
57 Frame.Begin = getContext().createTempSymbol(); in emitCFIStartProcImpl()
58 MCELFStreamer::emitLabel(Frame.Begin); in emitCFIStartProcImpl()
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl() argument
68 Frame.End = getContext().createTempSymbol(); in emitCFIEndProcImpl()
69 MCELFStreamer::emitLabel(Frame.End); in emitCFIEndProcImpl()
H A DMipsELFStreamer.h64 void emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) override;
65 void emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) override;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1527 makeEndMinusStartExpr(Context, *Frame.Begin, *Frame.End, 0); in EmitCompactUnwind()
1600 if (Frame.Personality) in EmitCIE()
1602 if (Frame.Lsda) in EmitCIE()
1607 if (Frame.IsBKeyFrame) in EmitCIE()
1652 if (Frame.Lsda) in EmitCIE()
1664 EmitPersonality(Streamer, *Frame.Personality, Frame.PersonalityEncoding); in EmitCIE()
1667 if (Frame.Lsda) in EmitCIE()
1677 if (!Frame.IsSimple) { in EmitCIE()
1793 LsdaEncoding(Frame.LsdaEncoding), IsSignalFrame(Frame.IsSignalFrame), in CIEKey()
1794 IsSimple(Frame.IsSimple), RAReg(Frame.RAReg), in CIEKey()
[all …]
/openbsd/sys/dev/tc/
H A Dtcdevs45 device PMAG-AA mfb Monochrome Frame Buffer
46 device PMAG-BA cfb Color Frame Buffer
54 device PMAGB-BA sfb Smart Frame Buffer (HX8)
59 device PMAGD-AA sfbp Smart Frame Buffer Plus, 8bpp (ZLX-E1)
60 device PMAGD-BA sfbp Smart Frame Buffer Plus, 32bpp (ZLX-E2)
61 device PMAGD-CA sfbp Smart Frame Buffer Plus, 32bpp (ZLX-E3)
67 device PMAG-DV xcfb Maxine Color Frame Buffer
68 device PMAG-JA ??? 24-plane True Color Frame Buffer (TX)
69 device PMAGD sfbp Smart Frame Buffer Plus, unknown bpp
85 #device PMAG-JB tx 24-plane True Color Frame Buffer (TX)
[all …]
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DFrame.h25 class Frame {
27 virtual ~Frame();
33 virtual Frame *getCaller() const = 0;
H A DFrame.cpp14 Frame::~Frame() {} in ~Frame()
H A DInterpState.h42 Frame *getSplitFrame() { return Parent.getCurrentFrame(); } in getSplitFrame()
43 Frame *getCurrentFrame() override;
45 const Frame *getBottomFrame() const override { in getBottomFrame()
H A DState.h51 class Frame; variable
63 virtual Frame *getCurrentFrame() = 0;
64 virtual const Frame *getBottomFrame() const = 0;
H A DState.cpp128 Frame *Top = getCurrentFrame(); in addCallStack()
129 const Frame *Bottom = getBottomFrame(); in addCallStack()
130 for (Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()
H A DInterpFrame.h29 class InterpFrame final : public Frame {
57 Frame *getCaller() const override;
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp80 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences() argument
82 if (!AA.isNoAlias(Op, Frame)) in operandReferences()
94 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute() argument
95 Function &F = *Frame->getFunction(); in removeTailCallAttribute()
98 if (Call->isTailCall() && operandReferences(Call, Frame, AA) && in removeTailCallAttribute()
163 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() local
164 Frame->setAlignment(FrameAlign); in elideHeapAllocations()
166 new BitCastInst(Frame, Type::getInt8PtrTy(C), "vFrame", InsertPt); in elideHeapAllocations()
175 removeTailCallAttribute(Frame, AA); in elideHeapAllocations()
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp30 void emitWindowsUnwindTables(WinEH::FrameInfo *Frame) override;
45 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
46 EHStreamer.EmitUnwindInfo(*this, Frame, /* HandlerData = */ false); in emitWindowsUnwindTables()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm68k-stub.c173 } Frame; typedef
177 static Frame *lastFrame;
481 _returnFromException (Frame * frame) in _returnFromException()
822 Frame *frame; in handle_exception()
999 frame = (Frame *) 0; in handle_exception()
1043 lastFrame = ((Frame *) & gdbFrameStack[FRAMESIZE - 1]) - 1; in initializeRemcomErrorFrame()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData() argument
61 Frames.push_back(Frame); in addFrameData()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream() argument
171 maybeAddLineAndColumn(Frame.Range, OS); in printContextFrameToStream()
172 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS); in printContextFrameToStream()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp136 for (auto &Frame : EHFrames) in deregisterEHFrames() local
137 deregisterEHFramesInProcess(Frame.Addr, Frame.Size); in deregisterEHFrames()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
116 auto LineNumbers = Frame->findInlineeLinesByVA(Address.Address, Length); in getInliningInfoForAddress()
124 LineInfo.FunctionName = Frame->getName(); in getInliningInfoForAddress()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.td43 W10 // Frame Ptr
50 R10 // Frame Ptr
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp504 unsigned Frame = 0; in dumpStack() local
508 Out << "\t#" << Frame << ' '; in dumpStack()
509 ++Frame; in dumpStack()
542 unsigned Frame = 0; in printJson() local
548 Out << '#' << Frame << " Call\", \"calling\": \""; in printJson()
549 ++Frame; in printJson()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp32 void emitWindowsUnwindTables(WinEH::FrameInfo *Frame) override;
47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
48 EHStreamer.EmitUnwindInfo(*this, Frame, /* HandlerData = */ false); in emitWindowsUnwindTables()
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_result.py263 class Frame(object): class
268 self.assertFalse(result._is_relevant_tb_level(Frame))
270 Frame.tb_frame.f_globals['__unittest'] = True
271 self.assertTrue(result._is_relevant_tb_level(Frame))
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp32 void emitWindowsUnwindTables(WinEH::FrameInfo *Frame) override;
45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
46 EHStreamer.EmitUnwindInfo(*this, Frame, /* HandlerData = */ false); in emitWindowsUnwindTables()

12345