| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 146 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 D | State.h | 53 class Frame; variable
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | CPU.cs | 168 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 D | MipsELFStreamer.cpp | 56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() 67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIFunctionFrameStreamer.cpp | 67 void CFIFunctionFrameStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 89 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 D | CoroAnnotationElide.cpp | 52 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in allocateFrameInCaller() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugFrameDataSubsection.cpp | 60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFStreamer.cpp | 51 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 117 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 134 for (auto &Frame : EHFrames) in deregisterEHFrames() local
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.cpp | 169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFStreamer.cpp | 46 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
|
| /freebsd/contrib/one-true-awk/ |
| H A D | run.c | 217 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 D | MCDwarf.cpp | 1555 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 D | MCObjectStreamer.cpp | 202 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() 208 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
|
| H A D | MCStreamer.cpp | 426 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 D | AnalysisDeclContext.cpp | 502 unsigned Frame = 0; in dumpStack() local 540 unsigned Frame = 0; in printJson() local
|
| /freebsd/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbdisply.c | 707 ACPI_GENERIC_STATE *Frame; in AcpiDbDisplayResults() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64WinCOFFStreamer.cpp | 45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 367 json::Array Frame; in print() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 118 Frame, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 114 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 91 for (int Frame = 0; Frame < Depth; ++Frame) { in symbolizeStackTrace() local 106 for (int Frame = 0; Frame < Depth; ++Frame) { in collectStackAddresses() local
|