| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpBuiltin.cpp | 20 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 D | State.h | 51 class Frame; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 141 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 D | CPU.cs | 168 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 D | MipsELFStreamer.cpp | 56 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 D | CoroElide.cpp | 82 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 D | DebugFrameDataSubsection.cpp | 60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFStreamer.cpp | 45 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RTDyldMemoryManager.cpp | 136 for (auto &Frame : EHFrames) in deregisterEHFrames() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.cpp | 169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFStreamer.cpp | 47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | run.c | 216 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 D | MCDwarf.cpp | 1488 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 D | MCObjectStreamer.cpp | 279 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() 285 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
|
| H A D | MCStreamer.cpp | 454 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 D | AnalysisDeclContext.cpp | 504 unsigned Frame = 0; in dumpStack() local 542 unsigned Frame = 0; in printJson() local
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbdisply.c | 707 ACPI_GENERIC_STATE *Frame; in AcpiDbDisplayResults() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 357 json::Array Frame; in print() local
|
| H A D | Symbolize.cpp | 123 auto *Frame = InlinedContext.getMutableFrame(i); in symbolizeInlinedCodeCommon() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64WinCOFFStreamer.cpp | 45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 112 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 116 Frame, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 665 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 …]
|