/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp | 32 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 D | MemProf.h | 204 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 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/Transforms/Coroutines/ |
H A D | CoroElide.cpp | 105 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 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 | 114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 136 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/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFStreamer.cpp | 47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
|
/freebsd/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/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1497 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 D | MCObjectStreamer.cpp | 214 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() 220 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
|
H A D | MCStreamer.cpp | 444 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 D | AnalysisDeclContext.cpp | 504 unsigned Frame = 0; in dumpStack() local 542 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/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 349 json::Array Frame; print() local
|
H A D | Symbolize.cpp | 123 auto *Frame = InlinedContext.getMutableFrame(i); in symbolizeInlinedCodeCommon() 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/include/llvm/DebugInfo/ |
H A D | DIContext.h | 112 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 116 Frame, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 661 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 D | RawTypes.h | 78 support::ulittle16_t Frame; member
|