Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp20 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 DState.h51 class Frame; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h141 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 DCPU.cs168 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 DMipsELFStreamer.cpp56 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 DCoroElide.cpp82 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 DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp45 emitWindowsUnwindTables(WinEH::FrameInfo * Frame) emitWindowsUnwindTables() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp136 for (auto &Frame : EHFrames) in deregisterEHFrames() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1488 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 DMCObjectStreamer.cpp279 emitCFIStartProcImpl(MCDwarfFrameInfo & Frame) emitCFIStartProcImpl() argument
285 emitCFIEndProcImpl(MCDwarfFrameInfo & Frame) emitCFIEndProcImpl() argument
H A DMCStreamer.cpp454 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 DAnalysisDeclContext.cpp504 unsigned Frame = 0; in dumpStack() local
542 unsigned Frame = 0; in printJson() local
/freebsd-src/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c707 ACPI_GENERIC_STATE *Frame; in AcpiDbDisplayResults() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h112 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp116 Frame, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp656 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...]

12