/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 20 getParam(const InterpFrame * Frame,unsigned Index) getParam() argument 186 interp__builtin_strcmp(InterpState & S,CodePtr OpPC,const InterpFrame * Frame) interp__builtin_strcmp() argument 225 interp__builtin_strlen(InterpState & S,CodePtr OpPC,const InterpFrame * Frame) interp__builtin_strlen() argument 256 interp__builtin_nan(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F,bool Signaling) interp__builtin_nan() argument 317 interp__builtin_inf(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_inf() argument 326 interp__builtin_copysign(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_copysign() argument 339 interp__builtin_fmin(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_fmin() argument 358 interp__builtin_fmax(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fmax() argument 381 interp__builtin_isnan(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_isnan() argument 389 interp__builtin_issignaling(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_issignaling() argument 398 interp__builtin_isinf(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F,bool CheckSign) interp__builtin_isinf() argument 411 interp__builtin_isfinite(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_isfinite() argument 420 interp__builtin_isnormal(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_isnormal() argument 429 interp__builtin_issubnormal(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_issubnormal() argument 438 interp__builtin_iszero(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * F) interp__builtin_iszero() argument 449 interp__builtin_isfpclass(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_isfpclass() argument 466 interp__builtin_fpclassify(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fpclassify() argument 503 interp__builtin_fabs(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func) interp__builtin_fabs() argument 512 interp__builtin_popcount(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_popcount() argument 522 interp__builtin_parity(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_parity() argument 531 interp__builtin_clrsb(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_clrsb() argument 540 interp__builtin_bitreverse(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_bitreverse() argument 550 interp__builtin_classify_type(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_classify_type() argument 567 interp__builtin_expect(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_expect() argument 586 interp__builtin_rotate(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call,bool Right) interp__builtin_rotate() argument 608 interp__builtin_ffs(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_ffs() argument 619 interp__builtin_addressof(InterpState & S,CodePtr OpPC,const InterpFrame * Frame,const Function * Func,const CallExpr * Call) interp__builtin_addressof() argument 639 InterpFrame *Frame = S.Current; InterpretBuiltin() local [all...] |
H A D | State.h | 51 class Frame; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 141 struct Frame { global() struct 145 FunctionFrame global() argument 154 IsInlineFrameFrame global() argument 156 FrameFrame Frame() argument 164 FrameFrame Frame() argument 203 deserializeFrame deserialize() argument 220 serializedSizeFrame serializedSize() argument 231 printYAMLFrame printYAML() argument 237 hashFrame hash() argument [all...] |
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.cpp | 56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() argument 67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 82 operandReferences(CallInst * CI,AllocaInst * Frame,AAResults & AA) operandReferences() argument 96 removeTailCallAttribute(AllocaInst * Frame,AAResults & AA) removeTailCallAttribute() argument 165 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); elideHeapAllocations() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugFrameDataSubsection.cpp | 60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFStreamer.cpp | 45 emitWindowsUnwindTables(WinEH::FrameInfo * Frame) emitWindowsUnwindTables() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 136 for (auto &Frame : EHFrames) in deregisterEHFrames() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFStreamer.cpp | 47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1488 EmitCompactUnwind(const MCDwarfFrameInfo & Frame) EmitCompactUnwind() argument 1566 EmitCIE(const MCDwarfFrameInfo & Frame) EmitCIE() argument 1867 for (const MCDwarfFrameInfo &Frame : FrameArray) { Emit() local 1909 const MCDwarfFrameInfo &Frame = *I; Emit() local [all...] |
H A D | MCObjectStreamer.cpp | 279 emitCFIStartProcImpl(MCDwarfFrameInfo & Frame) emitCFIStartProcImpl() argument 285 emitCFIEndProcImpl(MCDwarfFrameInfo & Frame) emitCFIEndProcImpl() argument
|
H A D | MCStreamer.cpp | 454 Frame.CurrentCfaRegister = Inst.getRegister(); in emitCFIStartProc() local 473 emitCFIStartProcImpl(MCDwarfFrameInfo & Frame) emitCFIStartProcImpl() argument 484 emitCFIEndProcImpl(MCDwarfFrameInfo & Frame) emitCFIEndProcImpl() argument 1008 emitWindowsUnwindTables(WinEH::FrameInfo * Frame) emitWindowsUnwindTables() argument [all...] |
/freebsd-src/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-src/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbdisply.c | 707 ACPI_GENERIC_STATE *Frame; in AcpiDbDisplayResults() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64WinCOFFStreamer.cpp | 45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 112 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 116 Frame, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 656 ThisOverrideRAII(CallStackFrame & Frame,const LValue * NewThis,bool Enable) ThisOverrideRAII() argument 665 CallStackFrame &Frame; global() member in __anon147cbbcc0111::ThisOverrideRAII 685 CallStackFrame &Frame; global() member 1074 CallStackFrame *Frame = CurrentCall; getCallFrameAndDepth() local 1105 CallStackFrame *Frame = getCallFrameAndDepth(Call.CallIndex).first; getParamSlot() local 3291 evaluateVarDeclInit(EvalInfo & Info,const Expr * E,const VarDecl * VD,CallStackFrame * Frame,unsigned Version,APValue * & Result) evaluateVarDeclInit() argument 4038 CallStackFrame *Frame = nullptr; findCompleteObject() local 5004 CallStackFrame &Frame; global() member 6239 CallStackFrame *Frame = Info.CurrentCall; handleTrivialCopy() local 6263 CallStackFrame Frame(Info, E->getSourceRange(), Callee, This, E, Call); HandleFunctionCall() local 6328 CallStackFrame Frame(Info, E->getSourceRange(), Definition, &This, E, Call); HandleConstructorCall() local 6636 CallStackFrame Frame(Info, CallRange, Definition, &This, /*CallExpr=*/nullptr, HandleDestructionImpl() local 8557 CallStackFrame *Frame = nullptr; VisitVarDecl() local 16532 CallStackFrame Frame(Info, Callee->getLocation(), Callee, ThisPtr, This, EvaluateWithSubstitution() local 16614 CallStackFrame Frame(Info, SourceLocation(), FD, /*This=*/nullptr, isPotentialConstantExprUnevaluated() local [all...] |