Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp146 const InterpFrame *Frame, in interp__builtin_is_constant_evaluated()
177 const InterpFrame *Frame, in interp__builtin_assume()
185 const InterpFrame *Frame, in interp__builtin_strcmp()
267 const InterpFrame *Frame, in interp__builtin_strlen()
322 const InterpFrame *Frame, const CallExpr *Call, in interp__builtin_nan()
384 const InterpFrame *Frame, in interp__builtin_inf()
397 const InterpFrame *Frame) { in interp__builtin_copysign()
411 const InterpFrame *Frame, bool IsNumBuiltin) { in interp__builtin_fmin()
425 const InterpFrame *Frame, bool IsNumBuiltin) { in interp__builtin_fmax()
442 const InterpFrame *Frame, in interp__builtin_isnan()
[all …]
H A DState.h53 class Frame; variable
/freebsd/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/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/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameStreamer.cpp67 void CFIFunctionFrameStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp89 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
103 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
225 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() local
H A DCoroAnnotationElide.cpp52 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in allocateFrameInCaller() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp51 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp117 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp134 for (auto &Frame : EHFrames) in deregisterEHFrames() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp46 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
/freebsd/contrib/one-true-awk/
H A Drun.c217 struct Frame { /* stack frame for awk function calls */ struct
226 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1555 void FrameEmitterImpl::EmitCompactUnwind(const MCDwarfFrameInfo &Frame) { in EmitCompactUnwind()
1633 const MCSymbol &FrameEmitterImpl::EmitCIE(const MCDwarfFrameInfo &Frame) { in EmitCIE()
1902 for (const MCDwarfFrameInfo &Frame : FrameArray) { in Emit() local
1943 const MCDwarfFrameInfo &Frame = *I; in Emit() local
H A DMCObjectStreamer.cpp202 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
208 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
H A DMCStreamer.cpp426 MCDwarfFrameInfo Frame; in emitCFIStartProc() local
445 void MCStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
456 void MCStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
1096 void MCStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) {} in emitWindowsUnwindTables()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp502 unsigned Frame = 0; in dumpStack() local
540 unsigned Frame = 0; in printJson() local
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c707 ACPI_GENERIC_STATE *Frame; in AcpiDbDisplayResults() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp367 json::Array Frame; in print() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp118 Frame, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h114 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp91 for (int Frame = 0; Frame < Depth; ++Frame) { in symbolizeStackTrace() local
106 for (int Frame = 0; Frame < Depth; ++Frame) { in collectStackAddresses() local

12