Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp20 static T getParam(const InterpFrame *Frame, unsigned Index) { in getParam()
186 const InterpFrame *Frame) { in interp__builtin_strcmp()
225 const InterpFrame *Frame) { in interp__builtin_strlen()
358 const InterpFrame *Frame, in interp__builtin_fmax()
438 const InterpFrame *Frame, in interp__builtin_iszero()
503 const InterpFrame *Frame, in interp__builtin_fabs()
522 const InterpFrame *Frame, in interp__builtin_parity()
531 const InterpFrame *Frame, in interp__builtin_clrsb()
567 const InterpFrame *Frame, in interp__builtin_expect()
586 const InterpFrame *Frame, in interp__builtin_rotate()
[all …]
H A DState.h51 class Frame; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h141 struct Frame { struct
145 // The symbol name for the function. Only populated in the Frame by the reader argument
154 bool IsInlineFrame; argument
156 Frame(const Frame &Other) { in Frame() argument
164 Frame(uint64_t Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame() function
203 static Frame deserialize(const unsigned char *Ptr) { in deserialize() argument
220 return sizeof(Frame::Function) + sizeof(Frame::LineOffset) + in serializedSize() argument
231 << " Inline: " << IsInlineFrame << "\n"; in printYAML() argument
237 inline FrameId hash() const { in hash() argument
/freebsd-14.2/contrib/bearssl/T0/
H A DCPU.cs168 class Frame { class in CPU
175 internal Frame(Frame upper, int numLocals) in Frame() method in CPU.Frame
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp82 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
96 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
165 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp45 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp136 for (auto &Frame : EHFrames) in deregisterEHFrames() local
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/freebsd-14.2/contrib/one-true-awk/
H A Drun.c216 struct Frame { /* stack frame for awk function calls */ struct
225 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1488 void FrameEmitterImpl::EmitCompactUnwind(const MCDwarfFrameInfo &Frame) { in EmitCompactUnwind()
1566 const MCSymbol &FrameEmitterImpl::EmitCIE(const MCDwarfFrameInfo &Frame) { in EmitCIE()
1867 for (const MCDwarfFrameInfo &Frame : FrameArray) { in Emit() local
1909 const MCDwarfFrameInfo &Frame = *I; in Emit() local
H A DMCObjectStreamer.cpp279 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
285 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
H A DMCStreamer.cpp454 MCDwarfFrameInfo Frame; in emitCFIStartProc() local
473 void MCStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
484 void MCStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
1008 void MCStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) {} in emitWindowsUnwindTables()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp504 unsigned Frame = 0; in dumpStack() local
542 unsigned Frame = 0; in printJson() local
/freebsd-14.2/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c707 ACPI_GENERIC_STATE *Frame; in AcpiDbDisplayResults() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp357 json::Array Frame; in print() local
H A DSymbolize.cpp123 auto *Frame = InlinedContext.getMutableFrame(i); in symbolizeInlinedCodeCommon() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h112 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp116 Frame, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp665 CallStackFrame &Frame; member in __anon7ee061300111::ThisOverrideRAII
685 CallStackFrame &Frame; member
1074 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth() local
1105 CallStackFrame *Frame = getCallFrameAndDepth(Call.CallIndex).first; in getParamSlot() local
3291 const VarDecl *VD, CallStackFrame *Frame, in evaluateVarDeclInit()
4038 CallStackFrame *Frame = nullptr; in findCompleteObject() local
5004 CallStackFrame &Frame; member
6239 CallStackFrame *Frame = Info.CurrentCall; in handleTrivialCopy() local
6263 CallStackFrame Frame(Info, E->getSourceRange(), Callee, This, E, Call); in HandleFunctionCall() local
8557 CallStackFrame *Frame = nullptr; in VisitVarDecl() local
[all …]

12