Searched refs:Frame (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp88 DILineInfo Frame = getLineInfoForAddress(Address, Specifier); local
89 InlineInfo.addFrame(Frame);
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1179 void FrameEmitterImpl::EmitCompactUnwind(const MCDwarfFrameInfo &Frame) { argument
1205 uint32_t Encoding = Frame.CompactUnwindEncoding;
1210 if (!DwarfEHFrameOnly && Frame.Lsda)
1216 Streamer.EmitSymbolValue(Frame.Begin, Size);
1219 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin,
1220 *Frame.End, 0);
1229 if (!DwarfEHFrameOnly && Frame.Personality)
1230 Streamer.EmitSymbolValue(Frame.Personality, Size);
1235 Size = getSizeForEncoding(Streamer, Frame.LsdaEncoding);
1236 if (!DwarfEHFrameOnly && Frame
1498 const MCDwarfFrameInfo &Frame = FrameArray[i]; local
1527 const MCDwarfFrameInfo &Frame = *I; local
[all...]
H A DMCObjectStreamer.cpp142 void MCObjectStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { argument
144 Frame.Begin = getContext().createTempSymbol();
145 EmitLabel(Frame.Begin);
148 void MCObjectStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
149 Frame.End = getContext().createTempSymbol();
150 EmitLabel(Frame.End);
H A DMCStreamer.cpp220 MCDwarfFrameInfo Frame; local
221 Frame.IsSimple = IsSimple;
222 EmitCFIStartProcImpl(Frame);
229 Frame.CurrentCfaRegister = Inst.getRegister();
234 DwarfFrameInfos.push_back(Frame);
237 void MCStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { argument
246 void MCStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { argument
247 // Put a dummy non-null value in Frame.End to mark that this frame has been
249 Frame.End = (MCSymbol *) 1;
491 report_fatal_error("Frame registe
[all...]
H A DMCAsmStreamer.cpp57 void EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) override;
58 void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) override;
981 void MCAsmStreamer::EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) {
983 if (Frame.IsSimple)
988 void MCAsmStreamer::EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) {
989 MCStreamer::EmitCFIEndProcImpl(Frame);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp160 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, argument
162 maybeAddLineAndColumn(Frame.Range, OS);
163 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS);
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h44 void EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame) override;
45 void EmitCFIEndProcImpl(MCDwarfFrameInfo &Frame) override;
H A DMCStreamer.h189 virtual void EmitCFIStartProcImpl(MCDwarfFrameInfo &Frame);
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h67 void addFrame(const DILineInfo &Frame) {
68 Frames.push_back(Frame);
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp531 DILineInfo Frame; local
535 Spec.FLIKind, Frame))
536 InliningInfo.addFrame(Frame);
544 DILineInfo Frame; local
548 Frame.FunctionName = Name;
557 Spec.FLIKind, Frame);
563 Spec.FLIKind, Frame.FileName);
564 Frame.Line = CallLine;
565 Frame.Column = CallColumn;
573 InliningInfo.addFrame(Frame);
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c572 ACPI_GENERIC_STATE *Frame; local
596 Frame = WalkState->Results;
601 ObjDesc = Frame->Results.ObjDesc[Index];
607 Frame = Frame->Results.Next;
/freebsd-11.0-release/tools/sched/
H A Dschedgraph.py166 class Scaler(Frame):
168 Frame.__init__(self, master)
196 class Status(Frame):
198 Frame.__init__(self, master)
213 class ColorConf(Frame):
215 Frame.__init__(self, master)
280 self.buttons = Frame(self)
320 class SourceConf(Frame):
322 Frame.__init__(self, master)
366 self.iframe = Frame(sel
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp351 ThisOverrideRAII(CallStackFrame &Frame, const LValue *NewThis, bool Enable) argument
352 : Frame(Frame), OldThis(Frame.This) {
354 Frame.This = NewThis;
357 Frame.This = OldThis;
360 CallStackFrame &Frame; member in class:__anon3649::ThisOverrideRAII
572 // We will eventually hit BottomFrame, which has Index 1, so Frame can't
574 CallStackFrame *Frame = CurrentCall; local
575 while (Frame
1196 describeCall(CallStackFrame *Frame, raw_ostream &Out) argument
2027 evaluateVarDeclInit(EvalInfo &Info, const Expr *E, const VarDecl *VD, CallStackFrame *Frame, APValue *&Result) argument
2599 CallStackFrame *Frame = nullptr; local
4637 CallStackFrame *Frame = nullptr; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp86 auto *Frame = InlinedContext.getMutableFrame(i); local
87 Frame->FunctionName = DemangleName(Frame->FunctionName, Info);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp452 unsigned Frame = 0; local
456 OS << Indent << '#' << Frame++ << ' '; local
/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dpxe.h332 uint16_t BufferLength; /* Length of Frame */
334 uint16_t FrameHeaderLength; /* Length of the media header in Frame */
335 SEGOFF16_t Frame; /* receive buffer */ member in struct:__anon7498
/freebsd-11.0-release/contrib/one-true-awk/
H A Drun.c212 struct Frame { /* stack frame for awk function calls */ struct
221 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */
223 struct Frame *fp = NULL; /* frame pointer. bottom level unused */
240 fp = frame = (struct Frame *) calloc(nframe += 100, sizeof(struct Frame));
274 frame = (struct Frame *)
275 realloc((char *) frame, (nframe += 100) * sizeof(struct Frame));
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp1047 const MCDwarfFrameInfo &Frame = Out.getDwarfFrameInfos().back(); local
1048 if (Frame.End) // Active dwarf frame is closed
1059 return MRI->getLLVMRegNum(Frame.CurrentCfaRegister, true /* IsEH */);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp146 ReturnVisitor(const StackFrameContext *Frame, bool Suppressed) argument
147 : StackFrame(Frame), Mode(Initial), EnableNullFPSuppression(Suppressed) {}
H A DExprEngine.cpp1734 const StackFrameContext* Frame = Pred.getStackFrame();
1739 if (Ctx.second == Frame) {
1743 return Ctx.second == Frame;
/freebsd-11.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S521 movl $12,%ecx # Frame is 12 dwords
/freebsd-11.0-release/sys/boot/pc98/btx/btx/
H A Dbtx.S547 movl $12,%ecx # Frame is 12 dwords
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17677 "Invalid Frame Register!");
17710 "Invalid Frame Register!");
17753 "Invalid Frame Register!");
17754 SDValue Frame = DAG.getCopyFromReg(DAG.getEntryNode(), dl, FrameReg, PtrVT);
17757 SDValue StoreAddr = DAG.getNode(ISD::ADD, dl, PtrVT, Frame,
[all...]

Completed in 515 milliseconds