Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp32 static T getParam(const InterpFrame *Frame, unsigned Index) { in getParam()
135 const InterpFrame *Frame, in interp__builtin_is_constant_evaluated()
165 const InterpFrame *Frame, in interp__builtin_strcmp()
208 const InterpFrame *Frame, in interp__builtin_strlen()
241 const InterpFrame *Frame, const Function *F, in interp__builtin_nan()
302 const InterpFrame *Frame, const Function *F) { in interp__builtin_inf()
311 const InterpFrame *Frame, in interp__builtin_copysign()
324 const InterpFrame *Frame, const Function *F) { in interp__builtin_fmin()
343 const InterpFrame *Frame, in interp__builtin_fmax()
366 const InterpFrame *Frame, const Function *F, in interp__builtin_isnan()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h204 struct Frame { struct
208 // The symbol name for the function. Only populated in the Frame by the reader argument
217 bool IsInlineFrame; argument
219 Frame(const Frame &Other) { in Frame() function
229 Frame(GlobalValue::GUID Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame() argument
252 bool hasSymbolName() const { return !!SymbolName; } in hasSymbolName()
277 LE.write<bool>(IsInlineFrame); in serialize() argument
281 static Frame deserialize(const unsigned char *Ptr) { in deserialize() argument
297 return sizeof(Frame::Function) + sizeof(Frame::LineOffset) + in serializedSize() argument
308 << " Inline: " << IsInlineFrame << "\n"; in printYAML() argument
[all …]
/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/Transforms/Coroutines/
H A DCoroElide.cpp105 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
119 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
241 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() 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.cpp114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp136 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/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1497 void FrameEmitterImpl::EmitCompactUnwind(const MCDwarfFrameInfo &Frame) { in EmitCompactUnwind()
1575 const MCSymbol &FrameEmitterImpl::EmitCIE(const MCDwarfFrameInfo &Frame) { in EmitCIE()
1844 for (const MCDwarfFrameInfo &Frame : FrameArray) { in Emit() local
1885 const MCDwarfFrameInfo &Frame = *I; in Emit() local
H A DMCObjectStreamer.cpp214 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
220 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
H A DMCStreamer.cpp444 MCDwarfFrameInfo Frame; in emitCFIStartProc() local
463 void MCStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
474 void MCStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
1005 void MCStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) {} in emitWindowsUnwindTables()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp504 unsigned Frame = 0; in dumpStack() local
542 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/DebugInfo/Symbolize/
H A DDIPrinter.cpp349 json::Array Frame; print() local
H A DSymbolize.cpp123 auto *Frame = InlinedContext.getMutableFrame(i); in symbolizeInlinedCodeCommon() 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/include/llvm/DebugInfo/
H A DDIContext.h112 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp116 Frame, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp661 ThisOverrideRAII(CallStackFrame &Frame, const LValue *NewThis, bool Enable) in ThisOverrideRAII()
670 CallStackFrame &Frame; member in __anonfb577fba0111::ThisOverrideRAII
690 CallStackFrame &Frame; member
1079 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth() local
1110 CallStackFrame *Frame = getCallFrameAndDepth(Call.CallIndex).first; in getParamSlot() local
3319 const VarDecl *VD, CallStackFrame *Frame, in evaluateVarDeclInit()
4066 CallStackFrame *Frame = nullptr; in findCompleteObject() local
5039 CallStackFrame &Frame; member
6300 CallStackFrame *Frame = Info.CurrentCall; in handleTrivialCopy() local
6324 CallStackFrame Frame(Info, E->getSourceRange(), Callee, This, E, Call); in HandleFunctionCall() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h78 support::ulittle16_t Frame; member

12